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...
Estrella asked 10/12, 2011 at 18:22

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...
Brachylogy asked 14/5, 2010 at 13:48

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: ...
Longstanding asked 16/6, 2010 at 19:12

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...

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.