You are on page 1of 2

case scenario :

>>>>>>>>>>>>>>>>>

after bring up oracle, then bring up sap. if any chance while bringing up sap user
encounter this kind of error msg :

"database not available", check the log file by type in command r3trans -d -w
xx.log. then check the xx.log for details.

this is the section that will give you a hint on what really happen behind the
process

start-
here------------------------------------------------------------------------------
--------------

4 etw000 [dev trc ,00000] select userid,passwd from sapuser where


userid in (:a0, :a1)
4 etw000
320 0.070017
4 etw000 [dbsloci. ,00000] *** error => ora-1403 when accessing table sapuser

check-the-sapuser-
table-----------------------------------------------------------------------------
-

sql> select owner from dba_tables where table_name = 'sapuser'

sql> select userid,passwd from ops$ectadm.sapuser;

userid
--------------------------------------------------------------------------------
passwd
--------------------------------------------------------------------------------
sapecp-crypt
v01/0018zctvsb67wv3srrxpwyc3truw

sql> select * from ops$ecpadm.sapuser;

userid
--------------------------------------------------------------------------------
passwd
--------------------------------------------------------------------------------
sapecp-crypt
v01/0018zctvsb67wv3srrxpwyc3truw

sql> select * from ops$ectadm.sapuser


2 ;

userid
--------------------------------------------------------------------------------
passwd
--------------------------------------------------------------------------------
sapecp-crypt
v01/0018zctvsb67wv3srrxpwyc3truw

check-the-os-
env-------------------------------------------------------------------------------
-----
*make sure the dbs_ora_schema is correct.

ecibstrn01:ectadm 51> setenv dbs_ora_schema sapecp


ecibstrn01:ectadm 52> env
term=xterm
authstate=compat
shell=/bin/csh
home=/home/ectadm
user=ectadm
path=/oracle/ect/920_64/bin:/home/ectadm:/usr/sap/ect/sys/exe/runu:/usr/sap/ect/sy
s/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/ectadm/bin:/usr/bin/x11:/sbin:.
tz=waust-8
lang=en_us
locpath=/usr/lib/nls/loc
lc__fastmsg=true
odmdir=/etc/objrepos
document_server_machine_name=localhost
document_server_port=49213
cgi_directory=/var/docsearch/cgi-bin
document_directory=/usr/docsearch/html
iteconfigsrv=/etc/imnsearch
iteconfigcl=/etc/imnsearch/clients
ite_doc_search_instance=search
aixthread_scope=s
logname=ectadm
login=ectadm
sapsystemname=ect
dir_library=/usr/sap/ect/sys/exe/run
thread=nops
dbms_type=ora
dbs_ora_tnsname=ect
dbs_ora_schema=sapecp
oracle_psrv=ect
oracle_sid=ect
db_sid=ect
oracle_home=/oracle/ect/920_64
oracle_base=/oracle
ora_nls33=/oracle/client/92x_64/ocommon/nls/admin/data
nls_lang=american_america.we8dec
sapdata_home=/oracle/ect
secudir=/usr/sap/ect/sys/sec
mail=/var/spool/mail/ectadm
mailmsg=[you have new mail]
libpath=/usr/lib:/lib:/usr/sap/ect/sys/exe/run:/usr/sap/ect/sys/exe/runu
nlspath=/usr/lib/nls/msg/%l/%n:/usr/lib/nls/msg/%l/%n.cat

You might also like