I have this variable that I want to be a constant CHAr or VARCHAR2 doesnn't really matter. Like the following:
Init CONSTANT VARCHAR2(60) := "/eE/e&l0o2a7C/e(10U/e(s0p11h0s3b4099T/e&a5L/e&f0s300y4x1S";
When I declare it like this it causes a promt to ask for a user variable. How do I make this variable work in pl/sql?
The value:
/eE/e&l0o2a7C/e(10U/e(s0p11h0s3b4099T/e&a5L/e&f0s300y4x1S
Init CONSTANT VARCHAR2(60) := "/eE/e&l0o2a7C/e(10U/e(s0p11h0s3b4099T/e&a5L/e&f0s300y4x1S";
When I declare it like this it causes a promt to ask for a user variable. How do I make this variable work in pl/sql?
The value:
/eE/e&l0o2a7C/e(10U/e(s0p11h0s3b4099T/e&a5L/e&f0s300y4x1S