cancel
Showing results for 
Search instead for 
Did you mean: 

How to start SAP and oracle on SUN SOLARIS SYSTEM

Former Member
0 Kudos

hi.

Please suggest

(Mistakenly we restarted the server when SAP is on and now SAP is not starting)

1. How to start the SAP ECC6 in sun Solaris.(version 10)

2.How to start the oracle in sun Solaris (version 10)

We are trying with

sh startsap SID

but it showing SAP SYSTEM NAME NOT FOUND

Please suggest'

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

stefan_koehler
Active Contributor
0 Kudos

Hello,

please try the following commands (in this order)

> shell> su - ora<SID>

> shell> lsnrctl start

> shell> su - <SID>adm

> shell> startsap

Regards

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Ravindra,

First start oracle :

login as orasid and login to sqlplus "/as sysdba"

and then startup and make sure that listener is up and running.

For that you can lsnrctl status, if its not started just do lsnrctl start.

After that login as sidadm and then startsap R3

If still if you face any error like system name not found.

then try as startsap R3 <hostname> or startsap SID <hostname>

Defenitely it will resolves your issue.

Thanks

Kishore