Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
oracle directory permssions and listener

oracle directory permssions and listener

2004-10-12       - By Mohammad N. Tina

Reply:     1     2     3     4     5     6     7     8     9     10     >>  

Hi Hans,
thanks for your post,
oracle services runing by oracle user and not by root, i used to have oracle8i
on sco unix and my listener is working fine..i don't think that there is  a big
difference between 8i and 9i...at least for basic setup.

Regards

Hans Forbrich <hforbric_suse@(protected)> wrote:
My apologies. Many errors in my post - I should never post before coffee!
Corrections to my post as follows, highlighted with a *

In general, replace my original Pnnn with 'dedicated' process. (Thanks Kevin
- I have no idea why I did that!) The dedicated process (oracle{sid}) runs
as the local proxy on behalf of the user process.

- the Oracle kernel must be running (SMON, PMON, DBWR, etc.)
- must be started using sqlplus (connect / as sysdba ; startup)
- must be started by the owner of oracle (and NOT root!)

- the Listener must be running
- must be started using lsnrctl start
- must be started by the owner of oracle (and NOT root)

- your program talks to the listener on port 1521 using Oracle Networking

* the listener tells the Oracle kernel to start up a dedicated process
* - dedicated will connect to a free port other than 1521
- there are firewall implications to this!
* - process will be identified as 'oracle{sid}'
(this is replaced by client starting a dedicated process in BEQ
mode if on the local machine. No listener required.)

- the listener passes the port number to your process
- Oracle Networking now connects your process to that port
- the listener gets out of the way and is NOT involved again
(so is this)

* dedicated process works as a proxy on behalf of your pogram
- reads and writes the System Global Area (SGA)
* - reads data files (and writes, if direct path)

- the userid that is running Oracle must have write permission for
- database files and directories
- log files and directories
- control files and directories

I deliberately do not get into MTS, shared servers, etc. - as indicated, there
are many variations to the scenario.

In any case, the original poster should be referring to startup userid
section, and the permissions. Those are the only areas I can see to help
resolve the OP's problem.

/Hans

--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting


   
-- ---- ---- ---- ---- ---- -----
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!