Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Multiple Database in Unix
Name: Rajsps Date: August 2, 2004 at 04:41:35 Pacific OS: AIX CPU/Ram: PIII/256
Comment:
In my machine(AIX Unix) both Oracle 8 and Oracle 8i are installed. By default Oracle 8 is active. what changes I have to make to activate Sql server.
Name: Rajsps Date: August 2, 2004 at 04:48:20 Pacific
Reply:
sorry.. not sql server its Oracle 8i.
0
Response Number 2
Name: cdac Date: August 3, 2004 at 06:17:52 Pacific
Reply:
What do you mean by by default 8 is active .. Hope you have two oracle homes .. and two seperate users and perhaps two different instances ..
If you have all of them seperate, you can create a symlink in /etc/rc2.d/S100oracle to $ORACLE_HOME/bin/dbstart. which will read the oratab file to bring up the instances from 8 or 8i.
Dont forget to create another symlink to $ORACLE_HOME/bin/dbshut in /etc/rc0.d or rc6.d or rcS.d
Summary: Hi all, I have 2 flat files database: 1. Record A.txt Name|SerialNumber|PartNumber|Location|Addeddate|Expiredate hawkeye|123456|321-23-2345|H1|10/22/2002|01/05/2003 2. Record B.txt SerialNumber|AddedD...
Summary: hi, i want to ask for little help in doing the database in unix. the database is very large file that can store ,edit the data. can you give me the solution for this matter? anyway here is the questio...