Use XML to delete Oracle subclients. Run the operation from the command line, or automate configuration by combining command line operations in a script.
You can include the XML parameters in the xml file, or you can specify them on the command line when they frequently change. For more information on command line parameters and XML elements, see Command Line - Syntax.
Procedure
-
On the Oracle agent host, run the qlogin command to log on to the CommServe computer.
-
Download the DeleteSubclient.xml file to the computer where you will run the command.
-
Open the DeleteSubclient.xml file, add your specific parameters, and save the file.
For information on supported subclient XML parameters, see XML Parameters for Oracle Subclient Configuration.
-
On the command line, go to Software_Installation_Directory/Base and type the command.
qoperation execute -af <xml_path>\delete_subclient_template.xml -appName 'Oracle' -clientName '<client_name>' -instanceName '<database_name>' -subclientName '<subclient_name>'
-
Once the job completes, run the qlogout command to log off the CommServe computer.
Examples
Deleting a Subclient
qoperation execute -af delete_subclient_template.xml -appName 'Oracle' -clientName 'client1' -instanceName 'dbname' -subclientName 'subclient1'