Right... so I'm assuming there's an area where I can go to enter the command. The only experience I have with Websphere is using the Administrative Console to un-install and re-install the application I now support so when I said I didn't know where to start, that was literal.
I'll look for...
I'm just learning about Websphere MQ and I need assistance. We have an auto-email function that uses SMTP in our WS application (v 5.0.2). The email function has been down for several weeks and I have a fix I would like to try... but before patching the fix, I would like to clear any unsent...
If I understand you correctly...you could try raising an error which will in turn end the process:
Example:
IF InvalidRelationship THEN
RAISE Error_message
END IF;
EXCEPTION
WHEN Error_message THEN
Raise_application_error(-20001, 'Insert message');
END;
I'm not used to writing database scripts, so I need assistance...
I am writing some "create table" scripts in Oracle 8.1.7 and need to create a unique index grouping 2 columns. I don't want this grouped unique index to be the primary key in the table.
For example, if I have 2 columns...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.