Whats the difference between $, $$, $$$
Answers were Sorted based on User's Feedback
Answer / abidu
$ - session variable
$$ - mapping parameter & variable
$$$ - system variable
| Is This Answer Correct ? | 69 Yes | 3 No |
Answer / purva
$ - These are the system variables like $Bad file,$input
file, $output file, $DB connection
$$ - Can any one tell me the scenario with example for
user defined variables
$$$ - $$$SessStartTime
$$$SessStartTime returns the initial system date value on
the machine hosting the PowerCenter Server when the server
initializes a session. $$$SessStartTime returns the session
start time as a string value. The format of the string
depends on the database you are using.
Thank You
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / rajeshkr7
Abidu is correct.
others - pls do not confuse people with wrong answers.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sateesh
$ - Connection I nformation
$$ - Mapping parameters & Variables
$$$ - Sesion start time.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / g praveen kumar
Yes i agree with Abidu and Rajeshkr7. Please don't confuse with different answers.
correct answer is:
$ - session variable and parameter
$$ - mapping parameter & variable
$$$ - system variable
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / gopal
$$ - is used for Parameter...see the below example
select a,b,c from <table> where <table>.date-$$date_filter
when you define parameter file in the src File directory
and this should be given in session, if in parameter file
if you give 10, then above query will be as below
select a,b,c from <table> where <table>.date-10
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / praveen kumar pendekanti
$--- single doollar is system defiend variables
$$--- double dollar is user defined variabes
$$$--- No idea....(just send me if u know)
| Is This Answer Correct ? | 5 Yes | 5 No |
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort
Where can we find the throughput option in informatica?
What is the difference between informatica 8.x and 9.x
yesterday my session run ten min.today its run 30min, wt is the reason? if any issues how to solve that?
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
i have two coloumn emp_no sal 1 3000 2 3000 3 3000 4 4000 5 5000 6 2700 7 4500 i just need output by removing duplicate.my answer should be emp_no sal 1 3000 2 4000 3 5000 and so on.please tel me the transformation to use and if variable is used in expression then how can i give variable expression
Hi experts, can anyone tell how much we use plsql in real time
A session S_MAP1 is in Repository A. While running the session error message has displayed
What is Performance tuning in Informatica?
how can u tune u r informatica mapppings
What is different between informatica version 8 and 9 version
What are Business Components in Informatica?