1

Is there any way to call an Oracle Form(6i) from command line with User Parameters ?

Typing

ifrun60.exe userid=<uid/pwd> module=<form name>

in the command line will launch the form, but my form is having some User Parameters to which i need to pass values while launching. Any clues ?

0

2 Answers 2

2

Typing:

ifrun60.exe help=Y

Tells me what you need is:

ifrun60.exe userid=<uid/pwd> module=<form name> [parameters]
Sign up to request clarification or add additional context in comments.

Comments

0

As my own experience, I omitted "userid" and "module" and I put it in inverse order, like:

ifrun60.exe JOB myusername/mypswd

it works .

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.