dbTalk Databases Forums  

Performance degradation after implementing Oracle Label Security(OLS)

comp.database.oracle comp.database.oracle


Discuss Performance degradation after implementing Oracle Label Security(OLS) in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sajid
 
Posts: n/a

Default Performance degradation after implementing Oracle Label Security(OLS) - 09-16-2004 , 01:04 AM






Hi All,

We had a applications built on oracle forms9i/Oracle 9i , after
OLS(Oracle Label Security) was implemented the performance went down
drastically.

I was trying to analyze the situation ,I am new to OLS and i believe
OLS engine just appends the extra condition in the where clause of the
original query

Ex: if the original query was
select emo_no,name from employee;

OLS will append the extra condition as

select emo_no,name from employee where <<label_column>> = <<label>>;


Since there is performance degradation after implementing OLS , can
you guys please let me know what are all the possibilities which can
lead to this

Is the original queries not using indexes or there can be something
else also

Please reply

Thanks in Advance

SK

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.