1.What is inline function in oracle and its purpose? 2.What is the equivalent operator for "different from pattern" in oracle? 3. If you define a variable in oracle, how it will be available? [a. Until database shut down b. Until table deleted c. until session get expired]
2 11594select to_char('10','10') from dual This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL why? pls help
6 20553Post New Oracle General Questions
How to save query output to a local file?
What is a read only transaction in oracle?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
How to add a new column to an existing table with a default value?
What is system global area (sga) in oracle?
What is the difference between hot backup and cold backup in oracle?
What is an Oracle Instance?
What is a select query statement in oracle?
What is the best way to do multi-row insert in oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
what is the use of system.effective.date variable in oracle?
Is there a combination of "like" and "in" in sql?
How to get execution statistics reports on query statements?
How would you go about verifying the network name that the local_listener is currently using?
How do I limit the number of rows returned by an oracle query after ordering?