Oracle Hata Kodları
-
ORA-01950: No Privileges On Tablespace ‘USR_ABUZER’
ERROR :While creating a table got ORA-01950: no privileges on tablespace ‘USERS’. SQL> create table ABUZER.SAMPLE_TBL as select * from user_objects;…
Devamını Oku » -
ORA-32774: More Than One File Was Specified For Bigfile Tablespace
ERROR :ORA-32774: More Than One File Was Specified For Bigfile Tablespace SAMPLE : SQL> create bigfile tablespace MYBIGTS datafile ‘/oradata/ABUZERDB/bigts01.dbf’…
Devamını Oku » -
ORA-12638: credential retrieval failed tips
Soru : ORA-12638: credential retrieval failed tips hatası alıyorum. Cevap : sqlnet.ora içerisinde aşağıdaki değişikliği yapmanız gerekmektedir SQLNET.AUTHENTICATION_SERVICES= (NTS) yerine, …
Devamını Oku » -
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
Soru : ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired hatası alıyorum ne yapabilirim ? Cevp :…
Devamını Oku » -
ORA-08102: index key not found
Örnek Test SQL> ALTER INDEX ABUZER.IDX_DEMO REBUILD PARALLEL 8 ONLINE; ALTER INDEX ABUZER.IDX_DEMO REBUILD PARALLEL 8 ONLINE * ERROR at…
Devamını Oku »