Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> 8.1.5 solaris 7...sorry
Here it is the shell script
#!/bin/sh
ORACLE_SID=ORCL
export ORACLE_SID
/dsk0/ora00/app/oracle/product/8.1.5/bin/svrmgrl << EOF
spool /dsk0/ora00/app/oracle/product/8.1.5/install/crdb1.log
connect internal
startup nomount pfile = /dsk0/ora00/app/oracle/admin/ORCL/pfile/initORCL.ora
CREATE DATABASE "ORCL"
maxdatafiles 254
maxinstances 8
maxlogfiles 32
character set WE8ISO8859P1
national character set WE8ISO8859P1
DATAFILE '/dsk1/ora02/oradata/ORCL/oradata/ORCL/system01.dbf' SIZE 80M
logfile '/dsk1/ora02/oradata/ORCL/oradata/ORCL/redo01.log' SIZE 500K,
'/dsk1/ora02/oradata/ORCL/oradata/ORCL/redo02.log' SIZE 500K;
disconnect
spool off
exit
EOF
best regards
Alessandro Morelli
--
\\||// ( @ @ ) ------ooo0----- 0 ----0ooo------------------------- D.S.Logics s.r.l. Via S. Felice 98 tel +39 51 6583011 40122 Bologna (I) http://www.dsnet.it Pagina personale/Personal pages: http://www.geocities.com/SiliconValley/Peaks/6449/ ooo0 0ooo ------( )----------( )----------------------- \ ( ) / (__) (__)Received on Thu May 20 1999 - 09:24:48 CDT
![]() |
![]() |