Home > database >  Perform the requested operation encountered error: the Listener refused the connection with the foll
Perform the requested operation encountered error: the Listener refused the connection with the foll

Time:09-30

I wanted to build a multiplex control file, the steps are as follows: the alter system set control_files=
'E: \ app \ John - djy \ oradata \ wouldn \ CONTROL01 CTL',
'E: \ app \ John - djy \ oradata \ wouldn \ CONTROL03 CTL' scope=spfile;
Shutdowm immediate;
Host copy E: \ app \ John - djy \ oradata \ wouldn \ CONTROL01 CTL E: \ app \ John - djy \ oradata \ wouldn \ CONTROL03 CTL;
Startup;
After the second step, the third step is not successful, then connect to the database connection refused again, how to break, can connect to the database (in Devaloper)

CodePudding user response:

CodePudding user response:

These commands to the up sqlplus execution,

Shutdown, the client has lost the connection,

CodePudding user response:

Startup; Before

Conn/as sysdba;
Startup;

CodePudding user response:

Well, thank you, good

CodePudding user response:



Is this question: add a multiplex control file, I make a wrong time, try all the methods of the Internet, or wrong,
Don't know what a great god,
  • Related