Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Urgent!! need Help with personal Oracle 8 and developer 2000 2.0
You need to put in a connect string to your database. You had to name the
database in your init.ora file when you created the database. You use that
name in the connect string.
for instance if your database is called rand, your initora file should be
called initrand.ora.
You would log in as system/manager connent string would be rand.
Atul Nigam wrote:
> I recently install personal oracle 8 and developer 2000 2.0 on my PC
> (which has Window 98). I started the database using the Start database
> command then tried to start developer 2000 schema builder or form
> builder with userid system and password manager and empty connect string
> but it does not work. I have tried other userid/password combinations
> like po8/po8, scott/tiger and connect strings like local, orcl, oracle8.
>
> I have spent 2 days on this without any progress, I will appreciate if
> somebody can please tell me how I can resolve this problem.
>
> Thanks,
> Atul
Received on Sat Oct 31 1998 - 20:38:15 CST