Posts by Régis Oliver • 41 points
3 posts
-
2
votes1
answer3824
viewsA: PL/SQL - Incorrect number of argument types in the call
I looked at APEX and saw that the name of the parameter is already defined in the method call. Here’s the tip if anyone needs it, I made the following change. create or replace FUNCTION dry_login (…
-
1
votes1
answer3824
viewsQ: PL/SQL - Incorrect number of argument types in the call
I’m having trouble with a simple function I created. create or replace FUNCTION dry_login ( username IN VARCHAR2, password IN VARCHAR2 ) RETURN BOOLEAN IS l_user varchar2(70); l_pwd varchar2(70);…
-
1
votes1
answer127
viewsQ: Error "phonegap run android"
I’m having trouble running the $phonegap run android command. Gives the following error: C:\Users\maquina05\App_Oliver>phonegap run android [phonegap] executing 'cordova run android ' ...…