Board index » delphi » Create an Oracle database

Create an Oracle database

Hi,

I'm using Oracle 8 for Novell, and I need to create a new database. I have
found many information about using Instance Manager, but it is not usefull
for me because I can't find any "New database" button as in documentation
says.

Can anybody tell me if is there any automated way to create a database? If
there isn't, how can I create a new database manually?

Thanx in advance,

Joan Ortanobas

 

Re:Create an Oracle database


This is a question that would take about 100 pages to answer correctly.
Read your Oracle documentation, or buy a 3d-party book like "Oracle 8 &
WindowsNT Black Book" from Coriolis.

John

Re:Create an Oracle database


What do you want to create?

1. a data file?
2. a user with a schema?
3. a table space in a data file?

1: use the storage manager
2: use the security manager
3: use the storage manager

(and, as the other post mentioned - there's a lot more to it...)
--

Martijn Tonies
Upscene Productions

For Delphi Components and InterBase tools:
http://www.upscene.com

Quote
"Joan Ortanobas" <i...@grupo77.es> wrote in message

news:85f6ga$40l8@bornews.borland.com...
Quote
> Hi,

> I'm using Oracle 8 for Novell, and I need to create a new database. I have
> found many information about using Instance Manager, but it is not usefull
> for me because I can't find any "New database" button as in documentation
> says.

> Can anybody tell me if is there any automated way to create a database? If
> there isn't, how can I create a new database manually?

> Thanx in advance,

> Joan Ortanobas

Re:Create an Oracle database


What do you want to create?

4: a database?

4: Oracle Database Assistant (C:\orant\BIN\launch80.exe
C:\orant\JRE11\CLASSES\DBASSIST DBAssist.CL)

Peter Kollanyi

Quote
Martijn Tonies <_remove_m.tonies@_remove_upscene.demon.nl> wrote in message

<947619447.14465.0.pluto.d4ee4...@news.demon.nl>...
Quote
>What do you want to create?

>1. a data file?
>2. a user with a schema?
>3. a table space in a data file?

>1: use the storage manager
>2: use the security manager
>3: use the storage manager

>(and, as the other post mentioned - there's a lot more to it...)
>--

>Martijn Tonies
>Upscene Productions

>For Delphi Components and InterBase tools:
>http://www.upscene.com

>"Joan Ortanobas" <i...@grupo77.es> wrote in message
>news:85f6ga$40l8@bornews.borland.com...
>> Hi,

>> I'm using Oracle 8 for Novell, and I need to create a new database. I
have
>> found many information about using Instance Manager, but it is not
usefull
>> for me because I can't find any "New database" button as in documentation
>> says.

>> Can anybody tell me if is there any automated way to create a database?
If
>> there isn't, how can I create a new database manually?

>> Thanx in advance,

>> Joan Ortanobas

Other Threads