cancel
Showing results for 
Search instead for 
Did you mean: 

Logon SQLplus

Former Member
0 Kudos

Hi all,

I don't know how to logon Sqlplus. Which username, password and host string i can input?

Accepted Solutions (1)

Accepted Solutions (1)

former_member192421
Active Participant
0 Kudos

This message was moderated.

Former Member
0 Kudos

It appears error "ora-01031 insufficient privileges" when i execute this command.

Former Member
0 Kudos

Hi,

Please check whether sidadm is part of group_dba and group_oper... If not, please add these sidadm in the groups and check again.

As well as please look into the below link.

http://scn.sap.com/thread/1192924

Thanks and Regards,

Vimal

Answers (2)

Answers (2)

Reagan
Advisor
Advisor
0 Kudos

Hello

Why dont you connect as sidadm and then call sqlplus from the command prompt.

Open command prompt and enter :

sqlplus "/as sysdba"

Cheers

RB

former_member188883
Active Contributor
0 Kudos

Hi Luan,

You may use following credentials.

username : system

password:  manager

host string: hostname of database server

Regards,

Deepak Kori

Former Member
0 Kudos

I used this username already. The system message is "Not listener". How can i pass it?