ora-06550 Questions
4
Solved
i am trying trying to get a query from oracle table called "sys.all_objects"
into a string variable, so then i can give it to "dbms_obfuscation_toolkit.DESEncrypt" as input, after than encrypted s...
2
Solved
When i'm using this command
apex_application.g_print_success_message := '<span style="color:GREEN">Message</span>';
to show success message is works fine
but when i used the error c...
Suppositious asked 28/2, 2011 at 10:52
2
Solved
Here is where the error is occurring in the stack:
public static IKSList<DataParameter> Search(int categoryID, int departmentID, string title)
{
Database db = new Database(DatabaseConfig.C...
3
Solved
The following Oracle statement:
DECLARE ID NUMBER;
BEGIN
UPDATE myusername.terrainMap
SET playerID = :playerID,tileLayout = :tileLayout
WHERE ID = :ID
END;
Gives me the following error:
...
3
Solved
I have a problem executing oracle procedures from Visual Studio 2008's Server Explorer,
when i try to execute a procedure all the input parameters are doubled!
it only happend to me in one workst...
Swanherd asked 8/4, 2009 at 9:33
3
Solved
I am calling a PL/SQL procedure like this:
execute util.verify(src_schema => '&username',
stab => '&tab_name');
and I get these errors:
SQL> execute util.verify(src_schema =&g...
Narva asked 25/12, 2010 at 7:51
1
© 2022 - 2024 — McMap. All rights reserved.