cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SCHEMA NAME

Former Member
0 Likes
3,534

Hi,

I have installed SAP Netweaver 2004s on Oracle 10g, windows 2000 server.

I want to know the schema name. Can you guys help me how to find schema name.

Thanks,

Chakri

View Entire Topic
stefan_koehler
Active Contributor
0 Likes

Hello Chakri,

the in oracle user name = schema name .. so you can query dba_users:

> sqlplus "/ as sysdba"

> select username from dba_users;

http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_4174.htm#sthref2759

In SAP NW2004s the schema name should be SAPSR3.

Regards

Stefan