i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
eicc,
2390normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
2264can anyone help me ? an index has been done on the primary key of a table. an update operation was performed on that table. now my question is 1> what abt the performance ? means faster or slower due to indexing ? 2> does the operation affect to the primary key constraint ?
2 6004you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
2002Post New Oracle General Questions
What is the minimum client footprint required to connect c# to an oracle database?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
What is BBED in Oracle?
What is a cognitive schema?
What is a tns service name?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
How to compare dates in oracle sql?
Which is faster join or subquery in oracle?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
Explain what are the advantages of views?
What is connection pool in oracle?
why dont we assign not null constraint as table level constraint.
What is the difference between view and materialized view in Oracle?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?