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 11697select to_char('10','10') from dual This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL why? pls help
6 20834Post New Oracle General Questions
What is private procedure oracle?
What are the limitations oracle database 10g xe?
What are the different types of trigger and explain its various uses and functions?
What happens in oracle commit?
What is the database name in oracle?
How to drop an existing view in oracle?
What do you know about normalization? Explain in detail?
Can you assign multiple query result rows to a variable?
 What are the oracle DML commands possible through an update strategy?
Why use resource manager in Oracle?
when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
Why do you create or replace procedures rather that drop and recreate.
How to use null as conditions in oracle?
How to manage transaction isolation level?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.