Operating System - HP-UX
1751957 Members
5307 Online
108783 Solutions
New Discussion юеВ

Re: Problem creating a new database

 
SOLVED
Go to solution
Solrac
Occasional Contributor

Problem creating a new database



Hello,

I??m trying to install a new database (oracle 8.1.7 on a hp-ux 11i system) using the dbassist utility, but I cant find where to set the target directory. I guess dbassist just use $ORACLE_HOME, since it allways try to install the new db in that folder. The problem is that /opt/oracle lvol is currently full, and I??m not allowed to resize it, so I want to install the database in another lvol. ??How can I do that?

thx in advance
3 REPLIES 3
Tom Jackson
Valued Contributor

Re: Problem creating a new database

Hi:

Can you create a soft link from /opt/oracle to another partition with more space?

Tom
samir hamshari
Occasional Contributor

Re: Problem creating a new database

Hi,
You could try to create the database manaualy, using a create script rather than using dbassist. This way you have full control of where to place your datafiles.

Thanks
Stan_17
Valued Contributor
Solution

Re: Problem creating a new database

hi,

make dbassist to create script files on a temp directory rather than creating the database and then edit the scripts files to change locations of all datafiles. now you should be able to create the database in right mount points by running <scriptname>scripts.sh file that was created by dbassit.

stan