Re: System Integration

From: <munaeem6292_at_my-dejanews.com>
Date: Fri, 09 Apr 1999 03:36:33 GMT
Message-ID: <7ejsk0$jq5$1_at_nnrp1.dejanews.com>


Dear

After install the software:
do the following

cd /u/oracle7/dbs
cp init.ora initsid.ora "put your SID Here" Modify the DB_name in initsid.ora
Craete the variable like

ORACLE_SID = sid (VARIABLE IN CAPS)
export ORACLE_SID

Run SQL DBA

Connect internal

startup nomount;

Create database dbname
CONTROLFILE REUSE (use the control file created during the installation) datafile '/u/oracle7/dbs/dbfirst.dbs' size 10M logfile '/u/oracle7/dbs/log1.dbs' size 1M,

        '/u/oracle7/dbs/log1.dbs' size 1M   (There should be two log file in
          creating

press enter the databse will be created

Connect as sys/change_on_install
 run _at_catalog found /u/oracle/rdnms/admin directory

Mohammad
munaeem_at_gerrys.net

In article <7e72r3$1vd$1_at_nnrp1.dejanews.com>,   Waqas Shafiq <waqas_at_my-dejanews.com> wrote:
> I am a student of Computer Engineering in NED University, Karachi. I am
> working on a project of integrating Unix and WindowsNT based systems and
> connecting them to a common LAN.
>
> The project involves making an Oracle database running on SCO Unix
> machinRange: bytes
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Apr 09 1999 - 05:36:33 CEST

Original text of this message