Loading
20, Nov 2021
Space Requirements – Installing a Global Service Manager

Space Requirements These are the space requirements: •\   At least 1.5GB of free disk space •\   At least 256MB of total physical memory •\   At least 20MB of available physical memory •\   At least 6GB of total swap space Ports Requirements All the databases that are part of the Global…

24, Sep 2021
Unzipping the Global Data Service Manager Binaries – Installing a Global Service Manager

Unzipping the Global Data Service Manager Binaries From the directory /u01/software, unzip the global service manager V982067-01.zip file. This will unzip it into a new directory named gsm. [oracle@prim01 software]$ cd gsm [oracle@prim01 gsm]$ ls -ltr total 24 -rwxrwxr-x 1 Oracle oinstall 500 Feb 6 2013 welcome.html -rwxr-xr-x 1 Oracle…

8, Aug 2021
Invoking the Oracle Universal Installer – Installing a Global Service Manager

Invoking the Oracle Universal Installer Before invoking the Oracle universal installer, make sure that the DISPLAY environment variable on the Linux machine is working. You may need to set the DISPLAY environment variable and test the GUI to make sure it works. Once the display works, log in to the…

24, Jun 2021
Global Service Manager in Primary Database Server – Installing a Global Service Manager

Global Service Manager in Primary Database Server Here are the details: [oracle@prim01 gsm]$ cat /etc/oratab | grep gsm gsm:/u01/app/oracle/product/19.3.0.0/gsmhome_1 [oracle@prim01 gsm]$ Global Service Manager in Physical Standby Database Server Here are the details: [oracle@stbyh01 ~]$ cat /etc/oratab | grep gsm gsm:/u01/app/oracle/product/19.3.0.0/gsmhome_1 [oracle@stbyh01 ~]$ [oracle@cstbyh01 ~]$ cat /etc/oratab | grep gsm…

20, May 2021
About GDSCTL – Configuring and Administering Oracle GDS

About GDSCTL This GDSCTL utility is a command-line tool used to configure and manage the global database service configuration. GDSCTL is invoked from the GSM home, and it checks for the gsm.ora file to resolve the global service home. Connecting to the GDSCTL Utility There are two ways to source…

22, Mar 2021
Overview of the GDS Catalog – Configuring and Administering Oracle GDS

Overview of the GDS Catalog A GDS catalog is a repository that is created in a separate Oracle database. This repository stores the metadata information for a single GDS configuration and all its provided services. Each catalog is associated with only one GDS configuration. The minimum version of Oracle Database…

24, Jan 2021
Creating the GDS Catalog – Configuring and Administering Oracle GDS

Creating the GDS Catalog In this section, you will learn how to create the GDS catalog in the database catgds. This catalog is created and managed by a GDS administrator. The GDS administrator who creates the GDS catalog must have a dedicated user account in the catalog database and should…