...
Code Block |
---|
SQL> @add_service 'SLCBpm' 'SLC BPM orbit acquisition' |
Find out the service ID number of the service created by the add_serices command. The ID number is computed by a database trigger. You'll use the ID when assigning AIDA names to be handled by the new service.
Code Block |
---|
SQL> @show_services
|
Add instances and their attributes for testing. Here's a single example that may be one of thousands when it comes to deploying your server:
...