Is feeding a db in Oracle 10gR2 from an rss feed possible?If so how do I start with this? If not, do I have to use an intermediary (i.e. Java or something)?
When calling a Stored Procedure in Oracle returning refcursor I am getting an error 2011-05-10 03:36:23 DirtiesContextTestExecutionListener [DEBUG] After test method: context [[TestContext@3a363a36
a) There are 2 tables: CDR and CR. I need to get sum nominal from CR and sum of OS from CDR b) In table CDR, I will need to create the category field Which will then use for group by: PDT,TAG,ARR,BUC
I am doing some debugging in SQL for oracle 10g. I have a big input string which is used in \"IN Clause\" i.e.
I have the following code to create an object type in Oracle (PL??) CREATE OR REPLACE TYPE STAFF开发者_如何学Go_T as OBJECT(Staff_ID# NUMBER, Person PERSON_T); \\
I have a BI10g database with 2 instances using listener port 1522.I configured a second listener using port 1521 the first listener uses port 1522.When i try to connect to the database I开发者_高级运维
I am working on a query for a report in Oracle 10g. I need to generate a short list of each course along with the number of times they were offered in the past year (including ones that weren\'t act
What does operation column 开发者_如何转开发in plan table do?? I am working on Oracle 10g and I would like to know about the significance of values in that particular column!From the same Oracle 10G P
How much time should be taken by query in oracle if开发者_如何转开发 cost is 77??See the Oracle Performance Tuning Guide:
I have a table in oracle 10g with around 51 columns and 25 Million number of records in it. When I execute a simple select query on the开发者_Go百科 table to extract 3 columns I am getting the cost to