 |
07-04-2007, 08:27 PM
|
#1 (permalink)
|
|
Apprentice
Join Date: Jul 2005
Posts: 71
|
Installing Oracle Enterprise Edition 8.1.7.0.0
hi,
can someone give the EXACT INSTRUCTIONS, for a custom install of Oracle Enterprise Edition 8.1.7.0.0 in order to use SQL Plus *ONLY*.....i use it mainly for PL/SQL statements
this is because i tried the full instalation and it asked me to configure various options and i dont have a clue regarding what it all means....so (move to above paragraph)....
Thanx
Last edited by ronweasley; 09-04-2007 at 07:27 PM.
Reason: Automerged Doublepost
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
09-04-2007, 07:27 PM
|
#2 (permalink)
|
|
Apprentice
Join Date: Jul 2005
Posts: 71
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
STILL no replies??? PLEASE!! I REALLY NEED THIS!!!!!
|
|
|
09-04-2007, 07:44 PM
|
#3 (permalink)
|
|
Cool and Calm
Join Date: Jul 2006
Location: Bangalore
Posts: 406
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
me too....still stuck up with MySQL....did everything......
it says "No database selected"......i dont have ORACLE 8.1....
i also need this just to run SQL statements......
__________________
When Roger's at play, opponents pray..!!!!! :twisted:
|
|
|
09-04-2007, 10:53 PM
|
#4 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
but why u don't want to install whole Package ?
|
|
|
10-04-2007, 03:18 PM
|
#5 (permalink)
|
|
Apprentice
Join Date: Jul 2005
Posts: 71
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
its like this........we're learning oracle as a part of the school course where in we learn only SQL statements..and similar stuff...
and......i dnt want to install the complete package because:
1. it took up a lot of space(about 800mb)
2. i have no clue of configuring stuff like net.8, etc....which seemed compulsory.
3.....as a result it shpowed up lots of erors while running sql plus........like TNS Adaptor error, etc........
doubt: can someone suggest a good book for learning oracle and VB6.0 basics???
Thanks
|
|
|
10-04-2007, 10:52 PM
|
#6 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
[QUOTE=ronweasley
and......i dnt want to install the complete package because:
1. it took up a lot of space(about 800mb)
2. i have no clue of configuring stuff like net.8, etc....which seemed compulsory.
3.....as a result it shpowed up lots of erors while running sql plus........like TNS Adaptor error, etc........
[/QUOTE]
#1 : Hey guy, if u wants to create a DATABASE, then why u think abt space just for installation. If u install more features, u can manipulate data more efficiently.
#2: It's NOT compulsory.
#3: I never came across such errors using SQL *PLUS!!! :-O
& yes, if u have RAM >= 256, then give a try for ORACLE 10g. It's pretty nice.
Even it has browser support !
|
|
|
13-04-2007, 04:33 PM
|
#7 (permalink)
|
|
Apprentice
Join Date: Jul 2005
Posts: 71
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
all rt...now my problem is........im reinstalling oracle because of those errors in sql......and "javaw.exe" or sumthn like that crashing repeatedly..............now i want to CLEAN UP the entile installation of oracle and redo it........please give me the steps to CLEAN UP the old databases, and to reinstall again(ie.the settings part)
***doubt: are the databases and SQL queries same in oracle 10g?
thanks
|
|
|
13-04-2007, 11:20 PM
|
#8 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
Quote:
|
***doubt: are the databases and SQL queries same in oracle 10g?
|
can u explain ur que plz?
DATABASE & SQL queries r same means ???
|
|
|
14-04-2007, 02:38 PM
|
#9 (permalink)
|
|
Apprentice
Join Date: Jul 2005
Posts: 71
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
Quote:
|
Originally Posted by shirish_nagar
can u explain ur que plz?
DATABASE & SQL queries r same means ???
|
i meant that whether the queries(eg.. SELECT * FROM EMP; and other queries) and the preloaded tables like EMP, etc....are the same in 10g as they are in oracle 8.1.7.......
also, i wanna know how to cleanup he entire previous installation of oracle, ( i want to install it on a different partition)
|
|
|
14-04-2007, 09:45 PM
|
#10 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
yes!!!!
ORACLE 8 / 9 / 9i / 10g Basic Queries are similar. Newer version provides some additional queries also.
& While uninstalling, I follows this process....
Code:
---> Uninstall from Add/Remove programs
---> If can't, stop services like Apache server 'n delete folder with removing Registry entries.
To stop services Start--->Run---> type "msconfig" ---> sevices ---> Disable all ORACLE services.
---> Reboot computer.
I think this may help you.
|
|
|
15-04-2007, 01:18 PM
|
#11 (permalink)
|
|
Apprentice
Join Date: Jul 2005
Posts: 71
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
hi
ok...i did everything u said.....i did a reinstall of oracle 8 from the cd. to be precise i installed the oracle enterprise edition(typical install 779MB)(the first option in the list)....
now after installation, oracle configured net8, apache, and proceeded with starting the HTTP server....then this error occured:
the windows error repord dialog popped up saying "java.exe has encountered a problem and needs to close: the error report is as follows:
Quote:
AppName: java.exe AppVer: 0.0.0.0 ModName: symcjit.dll
ModVer: 3.10.0.107 Offset: 0005f974
|
this erroro is popping up repeatedly and isnt stopping..........
please help
|
|
|
15-04-2007, 04:44 PM
|
#12 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Installing Oracle Enterprise Edition 8.1.7.0.0
SORRY dear....
I never came across such error. I think it's another problem. Bcoz it is showing JAVA.
Sorry, I really can't help u on this issue.
Just PM me ur Yahoo! ID. We can chat then.
|
|
|
16-04-2007, 06:22 PM
|
#13 (permalink)
|
|
Apprentice
Join Date: Jul 2005
Posts: 71
|
Java error in oracle 8i
AppName: java.exe AppVer: 0.0.0.0 ModName: symcjit.dll
ModVer: 3.10.0.107 Offset: 0005f974 whenever the apache server starts to load(in system startup), JAVA.EXE crashes, and te error message keeps popping up indefinitely, een when oracle was installing, it showed "JIT compiler not found, using interpreter instead...)......can someone help me fix this so that i can start using oracle??
Quote:
AppName: java.exe AppVer: 0.0.0.0 ModName: symcjit.dll
ModVer: 3.10.0.107 Offset: 0005f974
|
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|