Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: password
ops wrote:
> hi all ...sorry for my english first
> i have installing oracle 8.17 on my PC for tutorial study.
> installing say me all ok, but when i start sqlplus in connection in my
> database the pop-up ask me :
> account, password and string conn host.
> Say me logon denied ...where i can try this information?
> thank you
Many of the appropriate accounts & passwords are in the documentation. Since there are many different ways to log on, we can not give you the exact userid/pasword you need. However some of the more common defaults are
SYS/CHANGE_ON_INSTALL (use this for as super-admin) SYSTEM/MANAGER (use this is semi-super-admin to create your own admin) SCOTT/TIGER (general demo account)
and the most likely connect string in 8.1.7 is ORCL. However you want to look at the TNSNAMES.ORA file to confirm that. (on http://docs.oracle.com, read the Net8 documents for understanding this file )
Also, if you get almost any book on Oracle database - like the Oracle 101 series of books - you will get this same information.
You can also use GOOGLE to look through the archives for this newsgroup - this question and the answer occur every few months.
Hope this helps
/Hans
Received on Wed Jun 11 2003 - 07:48:37 CDT
![]() |
![]() |