What is the difference between procedure and stored procedur?
Answer Posted / raja
Hi,
I think, Diff b/w Application Procedure and Stored
Procedure.
Application Procedure developed in Oracle Developer tools
such as Forms, etc and stored in the same application.
But Stored procedure stored in oracle server.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How can we create index after completion of load process?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
What are the differences between oltp and olap?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
In informatica workflow manager, how many repositories can be created?
What is option by which we can run all the sessions in a batch simultaneously?
How does the aggregator transformation handle null values?
How to elaborate powercenter integration service?
how tokens will generate?
Explain lookup transformation source types in informatica
How can informatica be used for an organization?
How would you copy the content of one repository to another repository?
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
how many types of dimensions are available in informatica?
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks