|
Note 301426.1 PRKP-1001 Error When Starting Or Stopping Instance With Srvctl
PROPOSED SOLUTION(S)
======================
1. Remove entries with sqlnet.authentication_services=(none)
~Or~
2. Provide a connect string to srvctl , using the following syntax:
$srvctl start instance -d database_name [-i instance_name] [-c connect_string]
$
$ srvctl start instance -d sabprd -i sabprd1 -c sabprd1
PRKO-2002 : Invalid command line option: -c
$
$ srvctl start instance -d sabprd -i sabprd2 -c sabprd2
PRKO-2002 : Invalid command line option: -c
$
这个错误,谁知道如何解决?
$ srvctl -h
没有-c选项!!
Usage: srvctl start instance -d <name> -i "<inst_name_list>" [-o <start_options>]
[ 本帖最后由 sdusun 于 2009-3-31 15:39 编辑 ] |
|