-
dbms_service ; service not getting started automatically
hello dba's
i have added a new service using the pl/sql package dbms_service.
execute dbms_service.create_service('INS','INS');
execute dbms_service.start_service('INS');
the service name is present in v$services and dba_services.
But once i bounce the db, i dont find the service INS running.
there is only entry in dba_services, but not in v$services.
and i will 've to start this service manually.
what is tht am supposed to do, to start the service INS automatically along with startup of db. ??
Thanks,
JJ
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|