Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Everything seems to be working fine excpet the testing code. I input the values and it gives me the following error: Error starting at line
Everything seems to be working fine excpet the testing code. I input the values and it gives me the following error:
Error starting at line : in command
BEGIN storeneworder I :orderno :status; END;
Error report
ORA: line column :
PLS: identifier I must be declared
ORA: line column :
PLSQL: Statement ignored
"line s column s:
s
Cause: Usually a PLSQL compilation error.
Action:
STATUS
Error starting at line : in command
BEGIN storeneworder I :orderno :status; END;
Error report
ORA: line column :
PLS: identifier I must be declared
ORA: line column :
PLSQL: Statement ignored
"line s column s:
s
Cause: Usually a PLSQL compilation error.
Action:
STATUS
PLSQL procedure successfully completed.
Error starting at line : in command
BEGIN storenewinvoice:orderno I :invoiceno :status; END;
Error report
ORA: line column :
PLS: identifier I must be declared
ORA: line column :
PLSQL: Statement ignored
"line s column s:
s
Cause: Usually a PLSQL compilation error.
Action:
STATUS
Error starting at line : in command
BEGIN storenewinvoice:orderno I :invoiceno :status; END;
Error report
ORA: line column :
PLS: identifier I must be declared
ORA: line column :
PLSQL: Statement ignored
"line s column s:
s
Cause: Usually a PLSQL compilation error.
Action:
STATUS
PLSQL procedure successfully completed.
Rollback complete.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started