connect using SYSDBA
Hi,
I have to connect to a database using sysdba which is exist on another machine.
How I do connect using alias so that it connects to that machine using SYSDBA and also it should not ask for the password. This I need to do it in script for startup & shutdown from another machine where my scirpts are exists.
I also dont want to mention the password in the script
Sqlplus "sys@abcd /as sysdba" is giving error!
Please help!
Regards,