I write a procedure with no paramters.
I would like to write a code within the procedure body that ask the user to enter a value for a parameter and then read this value so as to us it in calculation?
I thought "DBMS_OUTPUT.GET_LINE" or "ACCEPT" can help, but iam not sure that any one of them works or how to use it.
Can any one help ?
I would like to write a code within the procedure body that ask the user to enter a value for a parameter and then read this value so as to us it in calculation?
I thought "DBMS_OUTPUT.GET_LINE" or "ACCEPT" can help, but iam not sure that any one of them works or how to use it.
Can any one help ?