ORA-33270: (DBERR05) Analytic workspace string already exists.
Answer / guest
Cause: The AW CREATE command was passed the name of an
analytic workspace that already exists
Action: Specify a different name.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
RMAN-08012: including controlfile copy in backup set
ORA-24089: AQ Agent string already exists
NNL-00558: set|show namesctl_trace_level : set|show the controller's tracing level
ORA-13416: invalid geometry parameter
ORA-19503: cannot obtain information on device, name="string", type="string", parms="string"
ORA-36636: (XSDUNION04) The unique concat dimension workspace object cannot be changed to NOT UNIQUE, because it is a base of at least one other unique concat dimension.
ORA-07431: fork failed
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...
RMAN-06705: text script line is too long (>1024)
ORA-38704: Checksum error in flashback database log file header.
ORA-01199: file string is not in online backup mode
ORA-36635: (XSDUNION03) The base dimension workspace object has an invalid datatype for use in a UNIQUE concat definition.