ORA-02180: invalid option for CREATE TABLESPACE



ORA-02180: invalid option for CREATE TABLESPACE..

Answer / guest

Cause: An invalid option appeared.

Action: Specify one of the valid options: DATAFILE, DEFAULT
STORAGE, ONLINE, OFFLINE, FORCE, RETENTION.

Please add more information about this Error

Is This Answer Correct ?    12 Yes 14 No

Post New Answer

More Oracle Errors Interview Questions

ORA-12513: TNS:service handler found but it has registered for a different protocol

1 Answers  


ORA-04055: Aborted: "string" formed a non-REF mutually-dependent cycle with "string".

1 Answers  


ORA-39029: worker string with process name "string" prematurely terminated

1 Answers  


SQL*Loader-00103: Invalid log file name on command line

1 Answers  


ORA-02475: maximum cluster chain block count of string has been exceeded

1 Answers  






ORA-00114: missing value for system parameter SERVICE_NAMES

1 Answers  


ORA-30505: system triggers should not reference a column in a WHEN clause

1 Answers  


ORA-10630: Illegal syntax specified with SHRINK clause

1 Answers  


ORA-25528: too many candidate MTTRs are specified in _DB_MTTR_SIM_TARGET

1 Answers  


ORA-06002: NETASY: port read failure

1 Answers  


PLS-01904: : NULL index table key value

1 Answers  


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


Categories