hi i face this error oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility. when i'm trying to run welcomePG from jdeveloper i applied all jdeveloper configurations correctly but i don't know why this error is raising. this responsibility assigned to my ...
Oraask Latest Questions
hello can I use select inside if statement like : begin if (select count(*) from employees) >= 15 then do something; end if; end; note : I want to delete rows from table where above condition evaluates with true
I have a PL/SQL procedure to update a number of rows in a table. is there is there any way to know the number of rows updated by update statement executed inside my procedure?
I want to raise user defined exception but with custom exception error message something like this : DECLARE ex_custom EXCEPTION; BEGIN RAISE ex_custom; EXCEPTION WHEN ex_custom THEN DBMS_OUTPUT.PUT_LINE(SQLERRM); END; The output is "User-Defined Exception" ...
hi all, i have a string getting from variable in my controller like this : String Vstr = pageContext.getParameter("Myfield"); now i want to use this variable in sql statement but if i pass this variable like +Vstr in my sql ...
Hi, I'm using forms and reports 11g. I want to pass date parameter from forms to reports. Using Add_Parameter(param_id,'P_DATE_FROM',TEXT_PARAMETER,:BLOCK.DATE_ITEM); But it's not working with strange error when trying to call report from forms please help.
I face this error when I try to call report from forms 11G which I'm using parameter list (my param) to pass parameters to report from forms please give me a solution for this error thanks in advance.
i faced this error when trying to call pdf or any other format report from oracle forms REP-52262 Diagnostic output is disabled oracle report version : 11G oracle forms version : 11G your help will be very appreciated.
I want to create new column say (ID) with auto generated sequence number with auto increment by 10.how can I achieve this in oracle database 11g ?