Problems with new databases in PO7

From: Mikael <mikael_at_lule.frontec.se>
Date: 1995/12/16
Message-ID: <4b19fh$7sa_at_lobo.lule.frontec.se>#1/1


Hi there!

I have just installed personal oracle7 for windows and now I have some problems trying to create a new local database with a new name. I would be thankful if someone could tell me what I'm doing wrong.

I'm not sure if this is how I'm supposed to create a new database but anyhow, this is what I have done:

  SQLDBA> connect internal;
  SQLDBA> startup nomount pfile=%rdbms71%\init.ora
  SQLDBA> create database newdb
       2>     logfile '%oracle_home%\dbs\wdblog1.ora' size 400K reuse,
       3>             '%oracle_home%\dbs\wdblog2.ora' size 400K reuse
       4>     datafile '%oracle_home%\dbs\wdbsys.ora' size 10M reuse
       5>     character set WE8ISO8859P1;
  SQLDBA>_at_%rdbms71%\admin\catalog
  SQLDBA> connect system/manager
  SQLDBA> _at_%rdbms71%\admin\catdbsyn
  SQLDBA> connect internal
  SQLDBA> _at_%rdbms71%\admin\catblock
  SQLDBA> _at_%ORACLE_HOME%\dbs\v7pup.sql
  SQLDBA> connect internal
  SQLDBA> shutdown

  No errors occured and I exited SQL*DBA.

  • Then I tried to startup the new database from the database-manager. The following error occurs:

  ORA-01103 database name 'newdb' in control file is not 'oracle'

WHY?? How is the connect-string for my new database supposed to look like in the database manager?

If you have some hints please let me know!

Thanks!

/"Mike" Received on Sat Dec 16 1995 - 00:00:00 CET

Original text of this message