{"id":18710,"date":"2022-08-26T16:52:48","date_gmt":"2022-08-26T14:52:48","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=18710"},"modified":"2023-06-20T10:16:59","modified_gmt":"2023-06-20T08:16:59","slug":"oracle-21c-and-dbvisit-11","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/","title":{"rendered":"Oracle 21c and Dbvisit 11"},"content":{"rendered":"\n<p><strong>By Mouhamadou Diaw<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Dbvisit 11 is released since a few months ans now is referenced as Dbvisit Standby MultiPlatform v11 ( Dbvisit StandbyMP 11 ) for Linux and Windows.\u00a0 It brings revolutionary improvements, including being able to manage both Oracle and SQL Server DR from a single GUI. In this blog I am showing how to install        Dbvisit StandbyMP on a Linux both and how to setup a DR for an Oracle 21c Database   <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Dbvisit StandbyMP Installation <\/h2>\n\n\n\n<p>The configuration we will use is the following :<\/p>\n\n\n\n<p>oraadserver : primary server with a database named PROD<br>oraadserver2 : standby server<\/p>\n\n\n\n<p>DBvisit StandbyMP is composed by 2 main components<\/p>\n\n\n\n<p>dbvagentmanager which is responsible for connecting to the Oracle and\/or SQL Server databases, and communicating with the Dbvisit Control Center. The Dbvisit agent should be installed on each database server.<br>dbvcontrol which is the GUI that will be used to interact with the product. It replaces the Dbvisit console on earlier releases. It is recommended to install this component on a separate server. In this blog I will install it on the production server.<\/p>\n\n\n\n<p>We present below the installation of the agent on server oraadserver. The same agent installation will be done on the standby server<\/p>\n\n\n\n<p>Unpack the archive and run the command install_agent<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>oracle@oraadserver:\/home\/oracle\/ &#091;PROD (CDB$ROOT)] .\/install-agent-v11.1.0\n+----------------------------------------------------------------------+\n|          ____  _                  _ _           __  __ ____          |\n|         \/ ___|| |_ __ _ _ __   __| | |__  _   _|  \\\/  |  _ \\         |\n|         \\___ \\| __\/ _' | '_ \\ \/ _' | '_ \\| | | | |\\\/| | |_) |        |\n|          ___) | || (_| | | | | (_| | |_) | |_| | |  | |  __\/         |\n|         |____\/ \\__\\__,_|_| |_|\\__,_|_.__\/ \\__, |_|  |_|_|            |\n|          Copyright 2022                   |___\/   By Dbvisit         |\n+----------------------------------------------------------------------+\n\nWelcome to Dbvisit StandbyMP setup version v11.1.0.\n\n? Please carefully read the end-user license agreement at https:\/\/dbvisit.com\/eula. Do you agree to the terms of this agreement? Yes\n? Which directory should the software be installed into? \/u01\/app\/dbvisit\n\n- - - You are now configuring the Dbvisit StandbyMP Agent - - -\n\nThe Agent will listen on the following discovered addresses:\n -  127.0.0.1\n -  192.168.56.61\n -  10.0.3.15\n -  192.168.2.21\n? Agent File Transfer Port: 7890\n? Fully Qualified Domain Name for this host: oraadserver\n? Fully Qualified Domain Name for the Control Center: oraadserver\n? Agent Communications Port: 5533\nEach Dbvisit StandbyMP Agent and the Dbvisit StandbyMP Control Center must\nbe configured with the same passphrase. This is how we know that they are all\nintended to be part of the same system. Please specify a strong passphrase - we\nsuggest at least 12 characters, containing at least 2 numbers and 2 symbols.\n? Passphrase: ****\n? Confirm Passphrase: ****\n\n- - - Dbvisit StandbyMP Agent configuration finished - - -\n\n\n- - - Ready to perform installation - - -\n\n? Do you wish to proceed with the setup using the supplied configuration options? Proceed with setup\n\n- - - Performing installation - - -\n\nCopying software files to '\/u01\/app\/dbvisit'...\nWriting Agent configuration file '\/u01\/app\/dbvisit\/standbymp\/conf\/dbvagentmanager.ini'...\n\n- - - Installation successful! - - -\n\n\nTo enable the installed Dbvisit StandbyMP components to run as system services, you will need to execute some commands as the \"root\" user in order to complete the setup.\n\nTo install the system service(s), you can run, substituting the name of the user to run as if it is different from the current user:\n        <strong>sudo \/u01\/app\/dbvisit\/standbymp\/bin\/dbvagentmanager service install --user oracle<\/strong>\nTo start the system service(s), you can run:\n        <strong>sudo \/u01\/app\/dbvisit\/standbymp\/bin\/dbvagentmanager service start<\/strong>\n\n- - - Configuration Summary - - -\n\nInstall Directory:                                  \/u01\/app\/dbvisit\nFully Qualified Domain Name for this host:          oraadserver\nFully Qualified Domain Name for the Control Center: oraadserver\nAgent Communications Port:                          5533\nAgent File Transfer Port:                           7890\n\n- - - Installation Summary - - -\n\nThe following actions have been performed:\n -  Installed Dbvisit StandbyMP Agent software into: \/u01\/app\/dbvisit\/standbymp\n -  Agent settings are available in the configuration file: \/u01\/app\/dbvisit\/standbymp\/conf\/dbvagentmanager.ini\n -  Generated new security certificates in: \/u01\/app\/dbvisit\/standbymp\/certificates\n\n- - - INSTALLATION SUCCESSFUL - - -\n\noracle@oraadserver:\/home\/oracle\/ &#091;PROD (CDB$ROOT)]<\/code><\/pre>\n\n\n\n<p>As required in the installation, we have to create systemd services for dbagentmanager on the server oraadserver<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;root@oraadserver ~]# \/u01\/app\/dbvisit\/standbymp\/bin\/dbvagentmanager service install --user oracle\n&#091;root@oraadserver ~]# \/u01\/app\/dbvisit\/standbymp\/bin\/dbvagentmanager service start\n\n&#091;root@oraadserver ~]# ps -ef | grep dbv\noracle   17082     1  0 13:10 ?        00:00:00 \/u01\/app\/dbvisit\/standbymp\/bin\/dbvagentmanager service run\nroot     17097 16928  0 13:10 pts\/0    00:00:00 grep --color=auto dbv\n\n\n&#091;root@oraadserver ~]# systemctl status dbvagentmanager\n\u25cf dbvagentmanager.service - The Dbvisit StandbyMP Agent provides connectivity to databases on this computer. This Agent is used &amp; managed by the Dbvisit StandbyMP Control Center.\n   Loaded: loaded (\/etc\/systemd\/system\/dbvagentmanager.service; enabled; vendor preset: disabled)\n   Active: active (running) since Wed 2022-08-17 13:10:21 CEST; 56s ago\n Main PID: 17082 (dbvagentmanager)\n   CGroup: \/system.slice\/dbvagentmanager.service\n           \u2514\u250017082 \/u01\/app\/dbvisit\/standbymp\/bin\/dbvagentmanager service run\n\nAug 17 13:10:21 oraadserver systemd&#091;1]: Started The Dbvisit StandbyMP Agent provides connectivity to databases o...nter..\nAug 17 13:10:21 oraadserver dbvagentmanager&#091;17082]: Changing to directory '\/u01\/app\/dbvisit\/standbymp'\nAug 17 13:10:21 oraadserver dbvagentmanager&#091;17082]: Using log directory '\/u01\/app\/dbvisit\/standbymp\/log'\nAug 17 13:10:21 oraadserver dbvagentmanager&#091;17082]: Setting database directory to '\/u01\/app\/dbvisit\/standbymp\/db'\nAug 17 13:10:21 oraadserver dbvagentmanager&#091;17082]: Starting service *agentmanagersvc.agentManagerService\nHint: Some lines were ellipsized, use -l to show in full.\n&#091;root@oraadserver ~]# systemctl enable dbvagentmanager\n&#091;root@oraadserver ~]#<\/code><\/pre>\n\n\n\n<p>Remember that the agent should be installed on both database servers<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Now we can install the dbvcontrol. As specified earlier we will install it on the primary server<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>oracle@oraadserver:\/home\/oracle\/ &#091;PROD (CDB$ROOT)] .\/install-control-v11.1.0\n+----------------------------------------------------------------------+\n|          ____  _                  _ _           __  __ ____          |\n|         \/ ___|| |_ __ _ _ __   __| | |__  _   _|  \\\/  |  _ \\         |\n|         \\___ \\| __\/ _' | '_ \\ \/ _' | '_ \\| | | | |\\\/| | |_) |        |\n|          ___) | || (_| | | | | (_| | |_) | |_| | |  | |  __\/         |\n|         |____\/ \\__\\__,_|_| |_|\\__,_|_.__\/ \\__, |_|  |_|_|            |\n|          Copyright 2022                   |___\/   By Dbvisit         |\n+----------------------------------------------------------------------+\n\nWelcome to Dbvisit StandbyMP setup version v11.1.0.\n\n? Please carefully read the end-user license agreement at https:\/\/dbvisit.com\/eula. Do you agree to the terms of this agreement? Yes\n? Which directory should the software be installed into? \/u01\/app\/dbvisit\n\n- - - You are now configuring the Dbvisit StandbyMP Control Center - - -\n\nThe Control Center will listen on the following discovered addresses:\n -  127.0.0.1\n -  192.168.56.61\n -  10.0.3.15\n -  192.168.2.21\n? Control Center Web Server Port: 4433\n? Agent Communications Port: 5533\nEach Dbvisit StandbyMP Agent and the Dbvisit StandbyMP Control Center must\nbe configured with the same passphrase. This is how we know that they are all\nintended to be part of the same system. Please specify a strong passphrase - we\nsuggest at least 12 characters, containing at least 2 numbers and 2 symbols.\n? Passphrase: ****\n? Confirm Passphrase: ****\n\n- - - Dbvisit StandbyMP Control Center configuration finished - - -\n\n\n- - - Ready to perform installation - - -\n\n? Do you wish to proceed with the setup using the supplied configuration options? Proceed with setup\n\n- - - Performing installation - - -\n\nCopying software files to '\/u01\/app\/dbvisit'...\nWriting Control Center configuration file '\/u01\/app\/dbvisit\/standbymp\/conf\/dbvcontrol.ini'...\n\n- - - Installation successful! - - -\n\n\nTo enable the installed Dbvisit StandbyMP components to run as system services, you will need to execute some commands as the \"root\" user in order to complete the setup.\n\nTo install the system service(s), you can run, substituting the name of the user to run as if it is different from the current user:\n        <strong>sudo \/u01\/app\/dbvisit\/standbymp\/bin\/dbvcontrol service install --user oracle<\/strong>\nTo start the system service(s), you can run:\n        <strong>sudo \/u01\/app\/dbvisit\/standbymp\/bin\/dbvcontrol service start<\/strong>\n\n- - - Configuration Summary - - -\n\nInstall Directory:              \/u01\/app\/dbvisit\nControl Center Web Server Port: 4433\nAgent Communications Port:      5533\n\n- - - Installation Summary - - -\n\nThe following actions have been performed:\n -  Installed Dbvisit StandbyMP Control Center software into: \/u01\/app\/dbvisit\/standbymp\n -  Control Center settings are available in the configuration file: \/u01\/app\/dbvisit\/standbymp\/conf\/dbvcontrol.ini\n -  Generated new security certificates in: \/u01\/app\/dbvisit\/standbymp\/certificates\n\n- - - INSTALLATION SUCCESSFUL - - -\n\noracle@oraadserver:\/home\/oracle\/ &#091;PROD (CDB$ROOT)]<\/code><\/pre>\n\n\n\n<p>Here also we have to create the dbvcontrol service for systemd<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;root@oraadserver ~]# \/u01\/app\/dbvisit\/standbymp\/bin\/dbvcontrol service install --user oracle      \n&#091;root@oraadserver ~]# \/u01\/app\/dbvisit\/standbymp\/bin\/dbvcontrol service start\n\n&#091;root@oraadserver ~]# ps -ef | grep dbv\noracle   17082     1  0 13:10 ?        00:00:10 \/u01\/app\/dbvisit\/standbymp\/bin\/dbvagentmanager service run\noracle   19345     1  3 13:49 ?        00:00:00 \/u01\/app\/dbvisit\/standbymp\/bin\/dbvcontrol service run\noracle   19356 17082  0 13:49 ?        00:00:00 \/u01\/app\/dbvisit\/standbymp\/bin\/dbvhelper -agentManagerId 2jec20xwekwqx -directorId 1ct8ttq080iqh -hostAddress oraadserver -natsAddress oraadserver -natsPort 5533 -configurationType Oracle -helperProcessKey 2jec20xwekwqx\nroot     19369 18150  0 13:49 pts\/0    00:00:00 grep --color=auto dbv\n&#091;root@oraadserver ~]#\n\n&#091;root@oraadserver ~]# systemctl status dbvcontrol\n\u25cf dbvcontrol.service - The Dbvisit StandbyMP Control Center provides centralized coordination for Dbvisit StandbyMP Agent operations, as well as the web-based management console.\n   Loaded: loaded (\/etc\/systemd\/system\/dbvcontrol.service; enabled; vendor preset: disabled)\n   Active: active (running) since Wed 2022-08-17 13:49:31 CEST; 1min 20s ago\n Main PID: 19345 (dbvcontrol)\n   CGroup: \/system.slice\/dbvcontrol.service\n           \u2514\u250019345 \/u01\/app\/dbvisit\/standbymp\/bin\/dbvcontrol service run\n\nAug 17 13:49:31 oraadserver systemd&#091;1]: Started The Dbvisit StandbyMP Control Center provides...e..\nAug 17 13:49:31 oraadserver dbvcontrol&#091;19345]: Changing to directory '\/u01\/app\/dbvisit\/standbymp'\nAug 17 13:49:31 oraadserver dbvcontrol&#091;19345]: Using log directory '\/u01\/app\/dbvisit\/standbymp\/log'\nAug 17 13:49:31 oraadserver dbvcontrol&#091;19345]: Setting database directory to '\/u01\/app\/dbvisi...db'\nAug 17 13:49:31 oraadserver dbvcontrol&#091;19345]: Starting service *natssvc.natsSvc\nAug 17 13:49:31 oraadserver dbvcontrol&#091;19345]: Starting service *directorsvc.directorService\nAug 17 13:49:31 oraadserver dbvcontrol&#091;19345]: Starting service *guisvc.guiService\nAug 17 13:49:31 oraadserver dbvcontrol&#091;19345]: Starting service *notificationsvc.notification...ice\nAug 17 13:49:31 oraadserver dbvcontrol&#091;19345]: Starting service *observersvc.observerService\nHint: Some lines were ellipsized, use -l to show in full.\n&#091;root@oraadserver ~]# systemctl enable dbvcontrol\n&#091;root@oraadserver ~]#\n\n\n<\/code><\/pre>\n\n\n\n<p>Standby Creation<\/p>\n\n\n\n<p>Once dbvcontrol installed, we can access it via a browser on port 4433<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"331\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png\" alt=\"\" class=\"wp-image-18780\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1-300x165.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>Log in with the default credentials admin\/admin. There is yet no configuration.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"266\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture2.png\" alt=\"\" class=\"wp-image-18781\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture2.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture2-300x133.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>We can then create the configuration for the database PROD. Click on Start with Oracle<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"251\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture3.png\" alt=\"\" class=\"wp-image-18782\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture3.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture3-300x125.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>Select the primary server<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"295\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture4.png\" alt=\"\" class=\"wp-image-18784\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture4.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture4-300x147.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>Select the standby server and fill the information<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"258\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture5.png\" alt=\"\" class=\"wp-image-18785\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture5.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture5-300x129.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>And create the configuration.<\/p>\n\n\n\n<p>After select the configuration and then click on ACTIONS<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"226\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture6.png\" alt=\"\" class=\"wp-image-18786\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture6.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture6-300x113.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>We can can see on the right actions that we can do and let\u2019s select the Set Up Disaster Recovery<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"402\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture7.png\" alt=\"\" class=\"wp-image-18787\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture7.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture7-300x200.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>Select your options<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"342\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture8.png\" alt=\"\" class=\"wp-image-18788\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture8.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture8-300x170.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>We also have to fill some information and then cick on Create Standby Database<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"111\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture9-1.png\" alt=\"\" class=\"wp-image-18790\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture9-1.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture9-1-300x55.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>We can follow the status of the job<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"502\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture10.png\" alt=\"\" class=\"wp-image-18791\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture10.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture10-300x250.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>And if everything is fine we have now our standby done<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"131\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture11.png\" alt=\"\" class=\"wp-image-18792\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture11.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture11-300x65.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>On the actions in the right, we can see some tasks we can do. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"897\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture12.png\" alt=\"\" class=\"wp-image-18793\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture12.png 450w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture12-151x300.png 151w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/figure>\n\n\n\n<p>For example, run a Gap report<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"252\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture13.png\" alt=\"\" class=\"wp-image-18794\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture13.png 602w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture13-300x126.png 300w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" \/><\/figure>\n\n\n\n<p>Of course, we can also check the Gap Report using the command line<\/p>\n\n\n\n<p>Conclusion<\/p>\n\n\n\n<p>Hope this blog will help.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Mouhamadou Diaw Dbvisit 11 is released since a few months ans now is referenced as Dbvisit Standby MultiPlatform v11 ( Dbvisit StandbyMP 11 ) for Linux and Windows.\u00a0 It brings revolutionary improvements, including being able to manage both Oracle and SQL Server DR from a single GUI. In this blog I am showing how [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229,59],"tags":[2683,517,2684,459],"type_dbi":[],"class_list":["post-18710","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-oracle","tag-dbvisit-11","tag-haute-disponibilite","tag-oracle-21c-2","tag-oracle-standard-edition"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Oracle 21c and Dbvisit 11 - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle 21c and Dbvisit 11\" \/>\n<meta property=\"og:description\" content=\"By Mouhamadou Diaw Dbvisit 11 is released since a few months ans now is referenced as Dbvisit Standby MultiPlatform v11 ( Dbvisit StandbyMP 11 ) for Linux and Windows.\u00a0 It brings revolutionary improvements, including being able to manage both Oracle and SQL Server DR from a single GUI. In this blog I am showing how [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-26T14:52:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-20T08:16:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Oracle 21c and Dbvisit 11\",\"datePublished\":\"2022-08-26T14:52:48+00:00\",\"dateModified\":\"2023-06-20T08:16:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/\"},\"wordCount\":427,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png\",\"keywords\":[\"Dbvisit 11\",\"haute disponibilit\u00e9\",\"Oracle 21c\",\"Oracle Standard Edition\"],\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/\",\"name\":\"Oracle 21c and Dbvisit 11 - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png\",\"datePublished\":\"2022-08-26T14:52:48+00:00\",\"dateModified\":\"2023-06-20T08:16:59+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png\",\"width\":602,\"height\":331},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle 21c and Dbvisit 11\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Oracle 21c and Dbvisit 11 - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/","og_locale":"en_US","og_type":"article","og_title":"Oracle 21c and Dbvisit 11","og_description":"By Mouhamadou Diaw Dbvisit 11 is released since a few months ans now is referenced as Dbvisit Standby MultiPlatform v11 ( Dbvisit StandbyMP 11 ) for Linux and Windows.\u00a0 It brings revolutionary improvements, including being able to manage both Oracle and SQL Server DR from a single GUI. In this blog I am showing how [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/","og_site_name":"dbi Blog","article_published_time":"2022-08-26T14:52:48+00:00","article_modified_time":"2023-06-20T08:16:59+00:00","og_image":[{"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png","type":"","width":"","height":""}],"author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Oracle 21c and Dbvisit 11","datePublished":"2022-08-26T14:52:48+00:00","dateModified":"2023-06-20T08:16:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/"},"wordCount":427,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png","keywords":["Dbvisit 11","haute disponibilit\u00e9","Oracle 21c","Oracle Standard Edition"],"articleSection":["Database Administration &amp; Monitoring","Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/","url":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/","name":"Oracle 21c and Dbvisit 11 - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png","datePublished":"2022-08-26T14:52:48+00:00","dateModified":"2023-06-20T08:16:59+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/08\/Picture1.png","width":602,"height":331},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-21c-and-dbvisit-11\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Oracle 21c and Dbvisit 11"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/18710","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=18710"}],"version-history":[{"count":12,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/18710\/revisions"}],"predecessor-version":[{"id":26142,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/18710\/revisions\/26142"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=18710"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=18710"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=18710"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=18710"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}