Happy new year, guten Rutsch (german) and bonne et joyeuse année 2010 (french) to all my readers.
Next year I will continue with more stuff about Oracle Fusion Middleware 11g and Enterprise Content Management. So stay tune ... :-)
This Blog is discontinued, its only read-only
select * from dual;
D
-
X
select count(*) from dual;
COUNT(*)
--------
1
insert into dual values ('Y');
commit;
conn scott/tiger drop table t1; ERROR at line 1: ORA-00604: error occurred at recursive SQL level 1 ORA-01422: exact fetch returns more than requested number of rows select * from dual; D - X
select * from dual; D - X
create table copy_dual as select * from dual; select * from copy_dual; D -- X YAnd here we can see the two rows :-)
delete from dual where dummy = 'Y'; commit;Addendum: Under Oracle 11.2.0.1.0 the error with the drop table command doesn't come up again
<folderAccess> <read>/u01/applications/demoapp/reports</read> <write>/u01/applications/reports_output</write> </folderAccess>
In the last line of the ps-List you will see username=weblogic and password=oracle11gusername=your_admin_userpassword=your_admin_user_password
In the meantime, I found the solution for this problem :-)
An internal operation has failed: The oracle instance is not empty. Select a different location or remove the instance at this location.
. . .
Caused by: oracle.as.config.exception.LocationAlreadyUsedException: The oracle instance is not empty. Select a different location or remove the instance at this location.
mv /usr/bin/gcc /usr/bin/gcc.save
mv /usr/bin/g++ /usr/bin/g++.save
/usr/bin/gcc.save -m32 $*
chmod 755 /usr/bin/gcc
ln -s /usr/bin/gcc /usr/bin/g++select 'select DBMS_METADATA.GET_GRANTED_DDL(''OBJECT_GRANT'', '||a.username||') from dual;'from dba_users a, (select distinct(grantee) from dba_tab_privs) bwhere a.username = b.grantee;The whole stack is available for Windows and Linux platforms, the remaining Operating Systems will follow.
With the Fusion Middleware 11g a complete new concept of the architecture is established, all based on the Oracle WebLogic Server.
jdbc:oracle:thin:scott/tiger@localhost:1521/PROD.OCZH.CH
jdbc:oracle:thin:scott/tiger@//localhost:1521/PROD.OCZH.CH
