Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: 9IAS - Oracle Internet Directory and LDAP
Hi,
Make a batch file with a command to start the OID server instance
The syntax for starting an LDAP server instance is:
oidctl connect= net_service_name server=oidldapd
instance=server_instance_number [configset= configset_number] [flags=ā
-p port_number -debug debug_level -l change-logging -server nā] start
For example, to start an LDAP server instance whose net service name is
dbs1, using configset5,at port 12000, with a debug level of 1024, an
instance number 3, and turning off change-logging, type at the system
prompt:
oidctl connect=dbs1 server=oidldapd instance=3 configset=5 flags=ā-p
12000 -debug 1024 -l ā start
When starting and stopping an LDAP server instance, the server name and
instance number are mandatory. All other arguments are optional.
Note that OID Monitor must be running whenever you start or stop directory server instances.
For more information please see OID Administrator's Guide at otn.oracle.com
http://download-east.oracle.com/otndoc/oracle9i/901_doc/network.901/a90- 151/start_se.htm
--
Posted via http://dbforums.com
Received on Sat Sep 14 2002 - 11:13:33 CDT