Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: 7.3.3 install question
In article <36407AA7.18ED_at_nowhere.ca>,
opus_at_nowhere.ca wrote:
> blah wrote:
> >
> > I am attempting install of 7.3.3 on hpux but am having problems:
> > After running orainst and picking a bunch of things to install -
> > I try:
> > dbstart, tnsping, lsnrctl start listener - but get errors...
> > probably because the 2 files don't exist: /etc/listener.ora,
> > /etc/tnsnames.ora
> > Do I have to manually create these? I couldn't find a template file
> > anywhere...
> >
> > Thanks,
>
> I take it you are new to Oracle but not Unix. What did you install
> exactly? Did you create a database? The listener.ora and networking
> files in general are in the $ORACLE_HOME/netowrk/admin directory and
> not etc/ You may also wish to change the init parameters, you can do
> that in $ORACLE_HOME/dbs or $ORACLE_BASE/admin/SID/pfile
>
> You usually don't use dbstart to start up the database unless you are
> root as well and that's usually called from CRON or something.
>
> Hope that helps, if not, write back here
>
Opus - here's what I did:
Oracle 7.3.3 for hpux 10.20...
as root:
0) pfs_mount the cd 1) create oracle id, dba group id 2) create filesystems, mount points, change permissions to oracle/dba
exit out as root - login as oracle 3) ./orainst 4) from the menu/choices - Install New Database & pick bunch of things from list 5) answer questions about passwords, where to place files, etc... 6) finally done - check log file - it's empty...(useless?) exit install login as root 7) run root.sh script 8) midway in script - it asks that oracle be stopped, then hit enter 9) open another window, ps -ef | grep ora, kill ora processes 10) hit enter - root.sh finishes up 11) done
Since I am new to oracle, I don't quite know what's next, other than to try
svrgmrl, connect internal, startup (?)
But I get an error - "cannot open parameter file ...initSID.ora"
If I try lsnrctl start, I get error: "...incorrectly specified param in
listener.ora"
I looked in a book and created the 2 /etc files from some example. I noticed that /etc/services doesn't have port 1521 listing...is that used for listener? or is it only for Multi-Threaded Oracle?
Thanks
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Nov 04 1998 - 15:55:48 CST
![]() |
![]() |