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
10.1.0.4

10.1.0.4

2005-05-14       - By Andrew Edunov

Reply:     1     2     3  

Hi All!!

Some problem with oracle when i try to create tablespace:

SQL> CREATE TABLESPACE QUEEN_IDX DATAFILE
 2    '/u07/oracle/oradata/sunset/queen_idx_01.dbf' SIZE 2048M
AUTOEXTEND OFF,
 3    '/u08/oracle/oradata/sunset/queen_idx_02.dbf' SIZE 2048M
AUTOEXTEND OFF,
 4    '/u09/oracle/oradata/sunset/queen_idx_03.dbf' SIZE 2048M
AUTOEXTEND OFF,
 5    '/u07/oracle/oradata/sunset/queen_idx_04.dbf' SIZE 2048M
AUTOEXTEND OFF,
 6    '/u08/oracle/oradata/sunset/queen_idx_05.dbf' SIZE 2048M
AUTOEXTEND OFF,
 7    '/u09/oracle/oradata/sunset/queen_idx_06.dbf' SIZE 2048M
AUTOEXTEND OFF
 8  NOLOGGING
 9  ONLINE
10  PERMANENT
11  EXTENT MANAGEMENT LOCAL AUTOALLOCATE
12  BLOCKSIZE 8K
13  SEGMENT SPACE MANAGEMENT AUTO
14  FLASHBACK ON;

CREATE TABLESPACE QUEEN_IDX DATAFILE
*
ERROR at line 1:
ORA-19502 (See ORA-19502.ora-code.com): write error on file
"/u07/oracle/oradata/sunset/queen_idx_01.dbf",
blockno 17664 (blocksize=8192)
ORA-27061 (See ORA-27061.ora-code.com): waiting for async I/Os failed
Linux Error: 5: Input/output error
Additional information: -1
Additional information: 1048576

Somebody know something about this problem?

P.S.: Sles9 kernel-bigsmp-2.6.5-7.139 libaio-0.3.98-18.3
libaio-devel-0.3.98-18.3

--
Andrew Edunov
IT Administrator / MSK


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