Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is username and password for the oracle 10g sql plus ?

0
Posted

What is username and password for the oracle 10g sql plus ?

0

Hi – For the 10g database (and higher) you have to specify the password explicitly for the SYS and SYSTEM users. Also, SCOTT and the others are all locked. So if you forget your password you have one option …. If you have administrator rights on the Server where the database is installed, you need to regenerate the password file for the database: 1) Locate your $ORACLE_HOME/database directory and find the file called “PWD.ora” where is the name of your database SID. 2) Rename PWD. ora to PWD. ora.old 3) Create a new password file with orapwd.exe cmd> orapwd file= password= entries= where: file name of password file (mand) password password for SYS and INTERNAL (mand) entries maximum number of distinct DBA and OPERs (opt) There are no spaces around the equal-to (=) character, e.g. orapwd file=passwd.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123