You are on page 1of 1

create table SECURITYTABLE (USERID NUMBER,GROUPNAME VARCHAR2(20),PWD VARCHAR2(20 ),DISPLAYNAME VARCHAR2(20),USERNAME VARCHAR2(20)); insert into SECURITYTABLE (USERID,GROUPNAME,PWD,DISPLAYNAME,USERNAME) 01,'Group-A','Pass$123','Doctor','Balaji');

insert into SECURITYTABLE (USERID,GROUPNAME,PWD,DISPLAYNAME,USERNAME) 02,'Group-A','Pass$123','Doctor','Senthil'); insert into SECURITYTABLE (USERID,GROUPNAME,PWD,DISPLAYNAME,USERNAME) 03,'Group-A','Pass$123','Doctor','Sathish'); insert into SECURITYTABLE (USERID,GROUPNAME,PWD,DISPLAYNAME,USERNAME) 04,'Group-B','Pass$123','Attendor','Pavan'); insert into SECURITYTABLE (USERID,GROUPNAME,PWD,DISPLAYNAME,USERNAME) 05,'Group-B','Pass$123','Attendor','John'); insert into SECURITYTABLE (USERID,GROUPNAME,PWD,DISPLAYNAME,USERNAME) 06,'Group-B','Pass$123','Attendor','Chad'); insert into SECURITYTABLE (USERID,GROUPNAME,PWD,DISPLAYNAME,USERNAME) 07,'Group-C','Pass$123','Supervisor','Raju'); insert into SECURITYTABLE (USERID,GROUPNAME,PWD,DISPLAYNAME,USERNAME) 08,'Group-C','Pass$123','Supervisor','Joe'); insert into SECURITYTABLE (USERID,GROUPNAME,PWD,DISPLAYNAME,USERNAME) 09,'Group-C','Pass$123','Supervisor','Tanu'); values (10 values (10 values (10 values (10 values (10 values (10 values (10 values (10 values (10

SELECT GROUPNAME,DISPLAYNAME,USERNAME,2 FROM SECURITYTABLE WHERE USERNAME=':USER ' AND PWD=':PASSWORD' http://www.mikogo.com/download/windows-download/ Username dfcorp/bthanikashalam

Email bthanikashalam@drfirst.com Full Name Balaji Thanikashalam Welcome2014/Sahana04$123 Event Pooling table (Event Table) to purge the cache after ETL process Polling Table Structure Purge the cache at regular interval with the help of Event table and Set Cache P ersistence Time for Fact Table in Repository

You might also like