oracle11g
How complete is an Oracle11g IMPDP?
I was given the task of upgrading to a new Oracle Database Server (11gR2).The former DBA gave these instructions:[详细]
2023-03-24 13:26 分类:问答create multiple default value rows in oracle 11g
select \'a\' as st,\'x\' as ed from dual union all select \'b\' as st,\'y\' as ed from dual union all select \'c\' as st,\'z开发者_C百科\' as ed from dual[详细]
2023-03-24 07:49 分类:问答JDBC Caching using result_cache hint
I want to do JDBC Caching, I am using Oracle 11 as database. Using result_cache hint can help me here. But I have found it is not working with big resultset (around few thousand records) even though I[详细]
2023-03-24 07:39 分类:问答How can I see logs of oracle procedure(dbms_output statement)
Actually I am calling oracle procedure from java file present at application server. I want to debug my oracle procedure, so I write statement in oracle procedure as \"dbms_output\", but dont know whe[详细]
2023-03-24 05:56 分类:问答How in ColdFusion with in variables get a Oracle stored procedure to return values?
ORACLE 11g - COLDFUSION 9 - REF CURSOR - WITH at least one in variable. How in ColdFusion with in variables get a Oracle stored procedure to return values?[详细]
2023-03-23 00:57 分类:问答Oracle DB expdp and impdp issue
I have created many interlinked tables as user "SCOTT" in oracle DB. I want to copy these tables plus their data to new user "PRODUCTION"[详细]
2023-03-22 19:20 分类:问答what is the problem in this sql statement?
I write this statement which works correctly in all cases except one case SELECT p.priv_no FROM osqs_privileges p,osqs_users_privileges up[详细]
2023-03-22 17:15 分类:问答Why do I get this Oracle connections error? ORA-12519, TNS:no appropriate service handler found
I\'m building a JSF2 app with GlassFish, Hibernate, Spring (for transaction mgmt), and Oracle 11g. After the application has been running for a while, the app fails to query the db and I get the foll[详细]
2023-03-22 13:40 分类:问答Oracle Sql get only month and year in date datatype
I want to store only the month and the year in oracle data type. I have a date like \'01-FEB-2010\' stored in a column called time_period.[详细]
2023-03-22 05:39 分类:问答BLToolkit Oracle SP support
Does BLT support Oracle stored procedures? I\'ve tried numerous methods, described below to get it to work but no luck. The stored procedure updates a table with several values. This is the stored pro[详细]
2023-03-22 04:57 分类:问答