I'm (putting it mildly) a novice,struggling, here so any help is great..
In a PLSQL job I was handed there is a string that will be variable. I need to check the string to see if some specific values are present.... To be mose specific I need to check the path of an input file to determine customer name and execute sub procedures accordingly. The path may look like...
\\path\...\customer1\...\file.
In this case I will have up to 5 possible customer names and position of the customer name may vary based on business type, server etc...
The path has been declaired as l_input, and l_customer_name is declared for the result.
How do I determine if l_path contains x verses y?
In a PLSQL job I was handed there is a string that will be variable. I need to check the string to see if some specific values are present.... To be mose specific I need to check the path of an input file to determine customer name and execute sub procedures accordingly. The path may look like...
\\path\...\customer1\...\file.
In this case I will have up to 5 possible customer names and position of the customer name may vary based on business type, server etc...
The path has been declaired as l_input, and l_customer_name is declared for the result.
How do I determine if l_path contains x verses y?