Re: Stored Procedure
You have removed the input paramater from the procedure call?
And you now have this
CREATE PROCEDURE pbackup1()
BEGIN
DECLARE nContinue varchar(20) DEFAULT " ";
let mContinue = "YES";
You need to be sure of your spelling. Is your variable
nContinue or
mContinue ?
What is the
exact text of the error message? "I am still getting an error message" doesn't tell me much.
Good luck,
Barry.
Subject
Written By
Posted
Re: Stored Procedure
August 14, 2024 09:44PM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.