cancel
Showing results for 
Search instead for 
Did you mean: 

Standard user names

Former Member
0 Kudos

Hello,

Wanted to know Oracle standard user names and how to connect to oracle ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

anindya_bose
Active Contributor
0 Kudos

Login to SAP-->Run report RSORADJV from SE38 ( press execute) ---> in the following screen enter a sql command

" select username from dba_users;" again press execute. Here you will find all the oracle username

To login to database ( oracle)

1. Login to the database server as <SIDA>DM user

2. in the command prompt use "sqlplus / nolog" Enter

3. then use the command "connect / as sysdba" now you are logged in to oracle if oracle is up

4. here you can again list the database user bby running the command "select username from dba_users;"

Answers (0)