In vpd_admin user I have just tried to delete the policy and it doesnt dele

In the dtabase in vpd_admin user I have just tried to delete the policy and it doesnt delete.
Just sits there .
(This works on the live system, just checked.)
non working system looks like:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> begin
dbms_rls.drop_policy( 'CF', 'CF_PARTICIPANT_MENTOR', 'CF_PM_POL' );
exception
when others then null;
2 3 4 5 end;
6
begin
ERROR at line 1:
ORA-01013: user requested cancel of current operation
I have looked in the alert_pathway.log , error.log access.log for errors and found no obvious ones.
Not sure where to look,
originally posted in APEX as a problem with APEX
I found this on a 3.2 apex install on a development machine 1 have a number of workspaces.
in one workspace in which I have been developing 3 applications and in which I have VPD enabled.
When I click next after choosing table name in create form form table it times out.
It does not take you to the page where you enter or confirm the page number, page name, etc.
I have tried another workspace on the same server and it works to fcreate the form.
On a separate machine/install the same workspace which does not work above to create form form table does work.
The VPD setup is not identical in this workspace, but very similar.
I surmise it is an issue with that workspace, possibly but not certainly with the new VPD , the table has these settings in vpd
GRANT SELECT ON CF.CF_PARTICIPANT_MENTOR to vpd_admin;
create or replace function cf_admin ( p_schema in varchar2, p_object in varchar2 )
return varchar2
as
l_x number;
begin
SELECT count(MENTOR_ID) into l_x FROM CF.CF_MENTORS where MENTOR_ID = nvl(v('APP_USER'),USER) and ROLES = 0;
if l_x >0 then
return '';
end if;
return 'PARTICIPANT_ID =''CF''';
end;
DBMS_RLS.add_policy
(object_schema => 'CF',
object_name => 'CF_PARTICIPANT_MENTOR',
policy_name => 'CF_PM_POL',
function_schema => 'vpd_admin',
policy_function => 'cf_admin',
statement_types => 'INSERT,DELETE,SELECT,UPDATE');
END;
I have looked in the alert_pathway.log , error.log access.log for errors and found no obvious ones.
Form creation works in other workspace, and in the same workspace on another instance.
Thanks for your guidance
Frank

A free account is never charged, if you have any charges in your Bank account without your knowledge from Adobe, I would request you to provide the following details by private message so that I can get it investigated.
1. Adobe ID
2. Last four digit of credit card
3.Credit card name (visa/mastercard/Amex)
If after investigation we are unable to detect the charges then you need to dispute the amount with Bank as it might can be case of Fraud.
Regards
Rajshree

Similar Messages

Maybe you are looking for

  • Unable to get the data in RSA 3 for the data source 2LIS_03_BX.

    Hi Xperts, we are loading the data sources(2LIS_03_BX) by using MCNB transaction but not getting the data in it. can any one please tell me how to load the data into it with step by step process. regards, satish

  • Error while posting tresury transaction

    hi gurus, i got the error , while excuting treasury transaction: Inconsistent currency information Message no. F5725 Diagnosis Company code '1000' has currency type '10'. This currency type has the currency key 'SAR' in the financial accounting appli

  • Doubt in loading Driver

    I am connecting to Oracle Database. I have written the following code to connect to a database 1 Class.forName("oracle.jdbc.driver.OracleDriver"); 2 con = DriverManager.getConnection ("jdbc:oracle:thin:URL","USERNAME","PASSWORD"); 3 st = con.createSt

  • Alternative query options

    I am an assisting a co-worker on trying to improve an ugly query and I can't come up with good suggestions, based on all the business rules that have been applied. The main rule is to try and convert everything from the production system into the dat

  • Help: New to J2ME (bluetooth) programming

    Hi peoples I am pretty new J2ME. I am trying to work on a project by using client server methodology, initially I would like to connect mobile phone with computer so that it can fetch data from database that situated in the computer. I also need some