SlideShare a Scribd company logo
Cache Management & Purging Cache in OBIEE 10g

PREPARED BY RAVI KUMAR LANKE

Page 1
Cache Management is a major advantage of OBIEE. Whenever a saved request or any dashboard is
accessed by one user it can be saved as a file to cache. So if any other user accessing the same
saved request, instead of waiting for the information to be fetched from the database it can be
reproduced from the cache for a performance improvement.

Purging the Cache through the Presentation Service :
Select Settings, Administration; the Administration Window will open from that Select to Issue SQL;
this window will allow you to issue SQL Directly In the command window enter the text below and
click to Issue SQL
Call SAPurgeAllCache()
Now Check the Cache Manager in Administration tool and the cache entries will be cleared there.

Purging the cache By Manual :
Open Administration Tool - > Go to Manage -> Click Cache.
The Cache Manager Window will open. In the right side of you can view how many is cached and its
related logical query. The logical query will be cached for only the accessed reports in the
dashboards.

From the right side pan right click on the cached query and click on โ€žSelect Allโ€Ÿ now the entire
query will be selected. Now if you are selecting a mouse right click you will get an option โ€žPurgeโ€Ÿ.
Once you clicked the โ€žpurgeโ€Ÿ the entire cached query will be deleted.

PREPARED BY RAVI KUMAR LANKE

Page 2
Note:
1. We can delete only a particular line of cached query in cache manager by selecting only
the query you want purge
2. We can clear the cache for only the selected BMM layer by selecting the particular BMM
Model in left side pan of the Cache Manager.

PREPARED BY RAVI KUMAR LANKE

Page 3
Purging the cache By Scheduling :
Iโ€Ÿm here writing how to purge the cache by scheduler using scheduled task in windows
environment.
Before going the schedule the task we have to know what is the command we are using to purge
the cache.
We can purge the entire cache in one shot or purge the cache by query or purge the cache by table
or purge the cache by database.

We are going to learn how to use the entire cache functions one by one:

SAPurgeCacheByQuery() :
We can issue a command to purge a specific query from the cache; the command takes a single
parameter, which should be equal to the exact query registered in the cache. An example is given.

Call SAPurgeCacheByQuery(โ€žSELECT EMPD, EMPNAME from HR_EMP_D WHERE SALARY > 100000โ€Ÿ );

SAPurgeCacheByTable() :
We can select to purge the cache for all queries using a specific table; we must specify the
database, physical catalog, schema and table as parameters.

Call SAPurgeCacheByTable( โ€žDBNameโ€Ÿ, โ€žPhyCatNameโ€Ÿ, โ€žSchemaNameโ€Ÿ, โ€žTableNameโ€Ÿ );

SAPurgeCacheByDatabase() :
we can purge the cache for all queries to a specific database.
Call SAPurgeCacheByTable( โ€žDatabaseNameโ€Ÿ );

SAPurgeAllCache()
This is the function will clear the entire cached query in one shot.
Call SAPurgeAllCache();

PREPARED BY RAVI KUMAR LANKE

Page 4
We can also use multiple commands together in the purge.sql file, as in the example below.

Call SAPurgeCacheByTable( โ€žDBNameAโ€Ÿ );
Call SAPurgeCacheByTable( โ€žDBNameBโ€Ÿ );

Now we will learn how to use these functions in a scheduled task.
Create the โ€œPurge.sqlโ€ file with any of the above explained functions and create โ€œpurgecache.logโ€
and save it in a folder.

Now open the notepad and type the below command and save the file like โ€œPurgeCache.batโ€.
-----------------------------------------------------------------------------------------------------C:OracleBIserverBinnqcmd.exe -d AnalyticsWeb -u Administrator -p Password
-s "C:OracleBIPurgePurgeAllCache.sql" -o "C:OracleBIPurgePurgeAllCache.log"
-------------------------------------------------------------------------------------------------------d Data source Name
-u User name
-p Password
-s Source file
-o output file

PREPARED BY RAVI KUMAR LANKE

Page 5
Now go to scheduled task from below path:
All Programs -> Accessories -> System Tools -> Scheduled Task -> Click on Add Scheduled Task > Scheduled task wizard window will open.

Click on โ€žBrowseโ€Ÿ button to select โ€œpurgecache.batโ€ batch file. Once you selected the file it will
ask to run the task daily, weekly, monthly and some other options. You select the option by your
business Requirement. By giving all the required details in next, next step the task will be
scheduled. Once the task has been scheduled you can check the log file. The entry will be updated
in log file and the cache will be cleared in the cache manager.

PREPARED BY RAVI KUMAR LANKE

Page 6
PREPARED BY RAVI KUMAR LANKE

Page 7

More Related Content

What's hot

Tutorial windows service with java (procrun)
Tutorial windows service with java (procrun)Tutorial windows service with java (procrun)
Tutorial windows service with java (procrun)
muhammad arif nasution
ย 
My sql administration
My sql administrationMy sql administration
My sql administration
Mohd yasin Karim
ย 
Perl Stored Procedures for MySQL (2009)
Perl Stored Procedures for MySQL (2009)Perl Stored Procedures for MySQL (2009)
Perl Stored Procedures for MySQL (2009)
Antony T Curtis
ย 
Database Connection With Mysql
Database Connection With MysqlDatabase Connection With Mysql
Database Connection With Mysql
Harit Kothari
ย 
How to setup Oracle 12C
How to setup Oracle 12CHow to setup Oracle 12C
How to setup Oracle 12C
kumm2004
ย 
Caching & validating
Caching & validatingCaching & validating
Caching & validating
Son Nguyen
ย 
ZooKeeper JMX
ZooKeeper JMXZooKeeper JMX
ZooKeeper JMX
Jeff Smith
ย 
UKOUG 2011: Practical MySQL Tuning
UKOUG 2011: Practical MySQL TuningUKOUG 2011: Practical MySQL Tuning
UKOUG 2011: Practical MySQL Tuning
FromDual GmbH
ย 
Running ms sql stored procedures in mule
Running ms sql stored procedures in muleRunning ms sql stored procedures in mule
Running ms sql stored procedures in mule
AnilKumar Etagowni
ย 
Database administration commands
Database administration commands Database administration commands
Database administration commands
Varsha Ajith
ย 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12c
Osama Mustafa
ย 
Basics of Logical Replication,Streaming replication vs Logical Replication ,U...
Basics of Logical Replication,Streaming replication vs Logical Replication ,U...Basics of Logical Replication,Streaming replication vs Logical Replication ,U...
Basics of Logical Replication,Streaming replication vs Logical Replication ,U...
Rajni Baliyan
ย 
Caching and invalidating with managed store
Caching and invalidating with managed storeCaching and invalidating with managed store
Caching and invalidating with managed store
irfan1008
ย 
Caching and invalidating with managed store
Caching and invalidating with managed storeCaching and invalidating with managed store
Caching and invalidating with managed store
F K
ย 

What's hot (14)

Tutorial windows service with java (procrun)
Tutorial windows service with java (procrun)Tutorial windows service with java (procrun)
Tutorial windows service with java (procrun)
ย 
My sql administration
My sql administrationMy sql administration
My sql administration
ย 
Perl Stored Procedures for MySQL (2009)
Perl Stored Procedures for MySQL (2009)Perl Stored Procedures for MySQL (2009)
Perl Stored Procedures for MySQL (2009)
ย 
Database Connection With Mysql
Database Connection With MysqlDatabase Connection With Mysql
Database Connection With Mysql
ย 
How to setup Oracle 12C
How to setup Oracle 12CHow to setup Oracle 12C
How to setup Oracle 12C
ย 
Caching & validating
Caching & validatingCaching & validating
Caching & validating
ย 
ZooKeeper JMX
ZooKeeper JMXZooKeeper JMX
ZooKeeper JMX
ย 
UKOUG 2011: Practical MySQL Tuning
UKOUG 2011: Practical MySQL TuningUKOUG 2011: Practical MySQL Tuning
UKOUG 2011: Practical MySQL Tuning
ย 
Running ms sql stored procedures in mule
Running ms sql stored procedures in muleRunning ms sql stored procedures in mule
Running ms sql stored procedures in mule
ย 
Database administration commands
Database administration commands Database administration commands
Database administration commands
ย 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12c
ย 
Basics of Logical Replication,Streaming replication vs Logical Replication ,U...
Basics of Logical Replication,Streaming replication vs Logical Replication ,U...Basics of Logical Replication,Streaming replication vs Logical Replication ,U...
Basics of Logical Replication,Streaming replication vs Logical Replication ,U...
ย 
Caching and invalidating with managed store
Caching and invalidating with managed storeCaching and invalidating with managed store
Caching and invalidating with managed store
ย 
Caching and invalidating with managed store
Caching and invalidating with managed storeCaching and invalidating with managed store
Caching and invalidating with managed store
ย 

Viewers also liked

Energiebesparing met prestatiecontracten
Energiebesparing met prestatiecontractenEnergiebesparing met prestatiecontracten
Energiebesparing met prestatiecontracten
Netherlands Enterprise Agency (RVO.nl)
ย 
energie besparen is makkelijker met erkende maatregelen
energie besparen is makkelijker met erkende maatregelenenergie besparen is makkelijker met erkende maatregelen
energie besparen is makkelijker met erkende maatregelen
Netherlands Enterprise Agency (RVO.nl)
ย 
Audolici
AudoliciAudolici
Audolici
TELE-satellite ara
ย 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7
Ravi Kumar Lanke
ย 
Noticias TELEC septiembre 2011
Noticias TELEC septiembre 2011Noticias TELEC septiembre 2011
Noticias TELEC septiembre 2011
Francisco Apablaza
ย 
ะžัˆะธะฑะบะธ ั€ัƒะบะพะฒะพะดัั‚ะฒะฐ ะธะฝั‚ะตั€ะฝะตั‚-ะบะพะผะฟะฐะฝะธะธ ะฒ ัƒะฟั€ะฐะฒะปะตะฝะธะธ ะบะพะผะฐะฝะดะพะน, ะธ ะผะพะถะฝะพ ะปะธ ะบะฐะบ ะธ...
ะžัˆะธะฑะบะธ ั€ัƒะบะพะฒะพะดัั‚ะฒะฐ ะธะฝั‚ะตั€ะฝะตั‚-ะบะพะผะฟะฐะฝะธะธ ะฒ ัƒะฟั€ะฐะฒะปะตะฝะธะธ ะบะพะผะฐะฝะดะพะน,  ะธ ะผะพะถะฝะพ ะปะธ ะบะฐะบ ะธ...ะžัˆะธะฑะบะธ ั€ัƒะบะพะฒะพะดัั‚ะฒะฐ ะธะฝั‚ะตั€ะฝะตั‚-ะบะพะผะฟะฐะฝะธะธ ะฒ ัƒะฟั€ะฐะฒะปะตะฝะธะธ ะบะพะผะฐะฝะดะพะน,  ะธ ะผะพะถะฝะพ ะปะธ ะบะฐะบ ะธ...
ะžัˆะธะฑะบะธ ั€ัƒะบะพะฒะพะดัั‚ะฒะฐ ะธะฝั‚ะตั€ะฝะตั‚-ะบะพะผะฟะฐะฝะธะธ ะฒ ัƒะฟั€ะฐะฒะปะตะฝะธะธ ะบะพะผะฐะฝะดะพะน, ะธ ะผะพะถะฝะพ ะปะธ ะบะฐะบ ะธ...
Fert
ย 
Market Summary Laurel Oak July 2016
Market Summary Laurel Oak July 2016Market Summary Laurel Oak July 2016
Preparing Your Data for an Affirmative Action Plan: Workforce Snapshot
Preparing Your Data for an Affirmative Action Plan: Workforce SnapshotPreparing Your Data for an Affirmative Action Plan: Workforce Snapshot
Preparing Your Data for an Affirmative Action Plan: Workforce Snapshot
Thomas Econometrics
ย 
Bepalingsmethode en Nationale Database
Bepalingsmethode en Nationale DatabaseBepalingsmethode en Nationale Database
Bepalingsmethode en Nationale Database
Netherlands Enterprise Agency (RVO.nl)
ย 
Praktijkervaring met het stappenplan Duurzaam Beheer en onderhoud
Praktijkervaring met het stappenplan Duurzaam Beheer en onderhoudPraktijkervaring met het stappenplan Duurzaam Beheer en onderhoud
Praktijkervaring met het stappenplan Duurzaam Beheer en onderhoud
Netherlands Enterprise Agency (RVO.nl)
ย 
Deloitte - Assistive Ict Workshop Presentation
Deloitte -  Assistive Ict   Workshop PresentationDeloitte -  Assistive Ict   Workshop Presentation
Deloitte - Assistive Ict Workshop Presentation
svdpeijl
ย 
Allianties in wonen, zorg en welzijn
Allianties in wonen, zorg en welzijn Allianties in wonen, zorg en welzijn
Allianties in wonen, zorg en welzijn Atrivรฉ
ย 
Muhau
MuhauMuhau
Muhauwon ho
ย 
Don\'t Be an Alien to Good Technique
Don\'t Be an Alien to Good TechniqueDon\'t Be an Alien to Good Technique
Don\'t Be an Alien to Good Technique
dgouldin
ย 
ใ€17-A-6ใ€‘X-Platform Development with ngCore
ใ€17-A-6ใ€‘X-Platform Development with ngCoreใ€17-A-6ใ€‘X-Platform Development with ngCore
ใ€17-A-6ใ€‘X-Platform Development with ngCore
Developers Summit
ย 
MOOCS: itโ€™s time to shake, rattle and roll
MOOCS: itโ€™s time to shake, rattle and rollMOOCS: itโ€™s time to shake, rattle and roll
MOOCS: itโ€™s time to shake, rattle and roll
Roxanne Missingham
ย 
FUSIONERA MakerFaire Taipei 2015 Masakazu Takasu ( Interactive Design from te...
FUSIONERA MakerFaire Taipei 2015 Masakazu Takasu ( Interactive Design from te...FUSIONERA MakerFaire Taipei 2015 Masakazu Takasu ( Interactive Design from te...
FUSIONERA MakerFaire Taipei 2015 Masakazu Takasu ( Interactive Design from te...
Nico-Tech Shenzhen/ใƒ‹ใ‚ณๆŠ€ๆทฑๅœณใ‚ณใƒŸใƒฅใƒ‹ใƒ†ใ‚ฃ
ย 
Ho so cong tac cua giao vien dai hoc.
Ho so cong tac cua giao vien dai hoc.Ho so cong tac cua giao vien dai hoc.
Ho so cong tac cua giao vien dai hoc.University of Sport
ย 
Workshop Pal achter de middengroepen
Workshop Pal achter de middengroepen  Workshop Pal achter de middengroepen
Workshop Pal achter de middengroepen Atrivรฉ
ย 

Viewers also liked (20)

Energiebesparing met prestatiecontracten
Energiebesparing met prestatiecontractenEnergiebesparing met prestatiecontracten
Energiebesparing met prestatiecontracten
ย 
energie besparen is makkelijker met erkende maatregelen
energie besparen is makkelijker met erkende maatregelenenergie besparen is makkelijker met erkende maatregelen
energie besparen is makkelijker met erkende maatregelen
ย 
Audolici
AudoliciAudolici
Audolici
ย 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7
ย 
Noticias TELEC septiembre 2011
Noticias TELEC septiembre 2011Noticias TELEC septiembre 2011
Noticias TELEC septiembre 2011
ย 
ะžัˆะธะฑะบะธ ั€ัƒะบะพะฒะพะดัั‚ะฒะฐ ะธะฝั‚ะตั€ะฝะตั‚-ะบะพะผะฟะฐะฝะธะธ ะฒ ัƒะฟั€ะฐะฒะปะตะฝะธะธ ะบะพะผะฐะฝะดะพะน, ะธ ะผะพะถะฝะพ ะปะธ ะบะฐะบ ะธ...
ะžัˆะธะฑะบะธ ั€ัƒะบะพะฒะพะดัั‚ะฒะฐ ะธะฝั‚ะตั€ะฝะตั‚-ะบะพะผะฟะฐะฝะธะธ ะฒ ัƒะฟั€ะฐะฒะปะตะฝะธะธ ะบะพะผะฐะฝะดะพะน,  ะธ ะผะพะถะฝะพ ะปะธ ะบะฐะบ ะธ...ะžัˆะธะฑะบะธ ั€ัƒะบะพะฒะพะดัั‚ะฒะฐ ะธะฝั‚ะตั€ะฝะตั‚-ะบะพะผะฟะฐะฝะธะธ ะฒ ัƒะฟั€ะฐะฒะปะตะฝะธะธ ะบะพะผะฐะฝะดะพะน,  ะธ ะผะพะถะฝะพ ะปะธ ะบะฐะบ ะธ...
ะžัˆะธะฑะบะธ ั€ัƒะบะพะฒะพะดัั‚ะฒะฐ ะธะฝั‚ะตั€ะฝะตั‚-ะบะพะผะฟะฐะฝะธะธ ะฒ ัƒะฟั€ะฐะฒะปะตะฝะธะธ ะบะพะผะฐะฝะดะพะน, ะธ ะผะพะถะฝะพ ะปะธ ะบะฐะบ ะธ...
ย 
Market Summary Laurel Oak July 2016
Market Summary Laurel Oak July 2016Market Summary Laurel Oak July 2016
Market Summary Laurel Oak July 2016
ย 
Preparing Your Data for an Affirmative Action Plan: Workforce Snapshot
Preparing Your Data for an Affirmative Action Plan: Workforce SnapshotPreparing Your Data for an Affirmative Action Plan: Workforce Snapshot
Preparing Your Data for an Affirmative Action Plan: Workforce Snapshot
ย 
Bepalingsmethode en Nationale Database
Bepalingsmethode en Nationale DatabaseBepalingsmethode en Nationale Database
Bepalingsmethode en Nationale Database
ย 
Praktijkervaring met het stappenplan Duurzaam Beheer en onderhoud
Praktijkervaring met het stappenplan Duurzaam Beheer en onderhoudPraktijkervaring met het stappenplan Duurzaam Beheer en onderhoud
Praktijkervaring met het stappenplan Duurzaam Beheer en onderhoud
ย 
Clone+
Clone+Clone+
Clone+
ย 
Deloitte - Assistive Ict Workshop Presentation
Deloitte -  Assistive Ict   Workshop PresentationDeloitte -  Assistive Ict   Workshop Presentation
Deloitte - Assistive Ict Workshop Presentation
ย 
Allianties in wonen, zorg en welzijn
Allianties in wonen, zorg en welzijn Allianties in wonen, zorg en welzijn
Allianties in wonen, zorg en welzijn
ย 
Muhau
MuhauMuhau
Muhau
ย 
Don\'t Be an Alien to Good Technique
Don\'t Be an Alien to Good TechniqueDon\'t Be an Alien to Good Technique
Don\'t Be an Alien to Good Technique
ย 
ใ€17-A-6ใ€‘X-Platform Development with ngCore
ใ€17-A-6ใ€‘X-Platform Development with ngCoreใ€17-A-6ใ€‘X-Platform Development with ngCore
ใ€17-A-6ใ€‘X-Platform Development with ngCore
ย 
MOOCS: itโ€™s time to shake, rattle and roll
MOOCS: itโ€™s time to shake, rattle and rollMOOCS: itโ€™s time to shake, rattle and roll
MOOCS: itโ€™s time to shake, rattle and roll
ย 
FUSIONERA MakerFaire Taipei 2015 Masakazu Takasu ( Interactive Design from te...
FUSIONERA MakerFaire Taipei 2015 Masakazu Takasu ( Interactive Design from te...FUSIONERA MakerFaire Taipei 2015 Masakazu Takasu ( Interactive Design from te...
FUSIONERA MakerFaire Taipei 2015 Masakazu Takasu ( Interactive Design from te...
ย 
Ho so cong tac cua giao vien dai hoc.
Ho so cong tac cua giao vien dai hoc.Ho so cong tac cua giao vien dai hoc.
Ho so cong tac cua giao vien dai hoc.
ย 
Workshop Pal achter de middengroepen
Workshop Pal achter de middengroepen  Workshop Pal achter de middengroepen
Workshop Pal achter de middengroepen
ย 

Similar to Cache management obiee 10g

Recapture Disk Space in Agile PLM
Recapture Disk Space in Agile PLM Recapture Disk Space in Agile PLM
Recapture Disk Space in Agile PLM
PLM Mechanic .
ย 
RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)
Gustavo Rene Antunez
ย 
Activemq installation and master slave setup using shared broker data
Activemq installation and master slave setup using shared broker dataActivemq installation and master slave setup using shared broker data
Activemq installation and master slave setup using shared broker data
Ramakrishna Narkedamilli
ย 
AtoM's Command Line Tasks - An Introduction
AtoM's Command Line Tasks - An IntroductionAtoM's Command Line Tasks - An Introduction
AtoM's Command Line Tasks - An Introduction
Artefactual Systems - AtoM
ย 
Developing High Performance and Scalable ColdFusion Application Using Terraco...
Developing High Performance and Scalable ColdFusion Application Using Terraco...Developing High Performance and Scalable ColdFusion Application Using Terraco...
Developing High Performance and Scalable ColdFusion Application Using Terraco...
ColdFusionConference
ย 
Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Developing High Performance and Scalable ColdFusion Applications Using Terrac...Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Shailendra Prasad
ย 
iLAB OVERVIEWScenario and SummarySuccessful database recovery re.docx
iLAB OVERVIEWScenario and SummarySuccessful database recovery re.docxiLAB OVERVIEWScenario and SummarySuccessful database recovery re.docx
iLAB OVERVIEWScenario and SummarySuccessful database recovery re.docx
rochellscroop
ย 
Synergy Database Cleaning
Synergy Database CleaningSynergy Database Cleaning
Synergy Database Cleaning
Manageware
ย 
patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack
David McNish
ย 
instaling
instalinginstaling
instaling
tutorialsruby
ย 
instaling
instalinginstaling
instaling
tutorialsruby
ย 
instaling
instalinginstaling
instaling
tutorialsruby
ย 
instaling
instalinginstaling
instaling
tutorialsruby
ย 
Active mq Installation and Master Slave setup
Active mq Installation and Master Slave setupActive mq Installation and Master Slave setup
Active mq Installation and Master Slave setup
Ramakrishna Narkedamilli
ย 
P3.docx
P3.docxP3.docx
P3.docx
IsaacMwangi25
ย 
Memory profiler and garbage collector in C#
Memory profiler and garbage collector in C#Memory profiler and garbage collector in C#
Memory profiler and garbage collector in C#
Wipro
ย 
Jackrabbit setup configuration
Jackrabbit setup configurationJackrabbit setup configuration
Jackrabbit setup configuration
prabakaranbrick
ย 
Caching/Expiring in Rails
Caching/Expiring in RailsCaching/Expiring in Rails
Caching/Expiring in Rails
cdechauri
ย 
BestInFlowCompetitionTutorials03May2023
BestInFlowCompetitionTutorials03May2023BestInFlowCompetitionTutorials03May2023
BestInFlowCompetitionTutorials03May2023
Timothy Spann
ย 
01 oracle architecture
01 oracle architecture01 oracle architecture
01 oracle architecture
Smitha Padmanabhan
ย 

Similar to Cache management obiee 10g (20)

Recapture Disk Space in Agile PLM
Recapture Disk Space in Agile PLM Recapture Disk Space in Agile PLM
Recapture Disk Space in Agile PLM
ย 
RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)
ย 
Activemq installation and master slave setup using shared broker data
Activemq installation and master slave setup using shared broker dataActivemq installation and master slave setup using shared broker data
Activemq installation and master slave setup using shared broker data
ย 
AtoM's Command Line Tasks - An Introduction
AtoM's Command Line Tasks - An IntroductionAtoM's Command Line Tasks - An Introduction
AtoM's Command Line Tasks - An Introduction
ย 
Developing High Performance and Scalable ColdFusion Application Using Terraco...
Developing High Performance and Scalable ColdFusion Application Using Terraco...Developing High Performance and Scalable ColdFusion Application Using Terraco...
Developing High Performance and Scalable ColdFusion Application Using Terraco...
ย 
Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Developing High Performance and Scalable ColdFusion Applications Using Terrac...Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Developing High Performance and Scalable ColdFusion Applications Using Terrac...
ย 
iLAB OVERVIEWScenario and SummarySuccessful database recovery re.docx
iLAB OVERVIEWScenario and SummarySuccessful database recovery re.docxiLAB OVERVIEWScenario and SummarySuccessful database recovery re.docx
iLAB OVERVIEWScenario and SummarySuccessful database recovery re.docx
ย 
Synergy Database Cleaning
Synergy Database CleaningSynergy Database Cleaning
Synergy Database Cleaning
ย 
patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack patchVantage Cloud Starter Pack
patchVantage Cloud Starter Pack
ย 
instaling
instalinginstaling
instaling
ย 
instaling
instalinginstaling
instaling
ย 
instaling
instalinginstaling
instaling
ย 
instaling
instalinginstaling
instaling
ย 
Active mq Installation and Master Slave setup
Active mq Installation and Master Slave setupActive mq Installation and Master Slave setup
Active mq Installation and Master Slave setup
ย 
P3.docx
P3.docxP3.docx
P3.docx
ย 
Memory profiler and garbage collector in C#
Memory profiler and garbage collector in C#Memory profiler and garbage collector in C#
Memory profiler and garbage collector in C#
ย 
Jackrabbit setup configuration
Jackrabbit setup configurationJackrabbit setup configuration
Jackrabbit setup configuration
ย 
Caching/Expiring in Rails
Caching/Expiring in RailsCaching/Expiring in Rails
Caching/Expiring in Rails
ย 
BestInFlowCompetitionTutorials03May2023
BestInFlowCompetitionTutorials03May2023BestInFlowCompetitionTutorials03May2023
BestInFlowCompetitionTutorials03May2023
ย 
01 oracle architecture
01 oracle architecture01 oracle architecture
01 oracle architecture
ย 

More from Ravi Kumar Lanke

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessions
Ravi Kumar Lanke
ย 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...
Ravi Kumar Lanke
ย 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle database
Ravi Kumar Lanke
ย 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Ravi Kumar Lanke
ย 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server
Ravi Kumar Lanke
ย 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bit
Ravi Kumar Lanke
ย 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...
Ravi Kumar Lanke
ย 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac address
Ravi Kumar Lanke
ย 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406
Ravi Kumar Lanke
ย 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Ravi Kumar Lanke
ย 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Ravi Kumar Lanke
ย 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windows
Ravi Kumar Lanke
ย 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...
Ravi Kumar Lanke
ย 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task manager
Ravi Kumar Lanke
ย 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame works
Ravi Kumar Lanke
ย 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerce
Ravi Kumar Lanke
ย 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise manger
Ravi Kumar Lanke
ย 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser title
Ravi Kumar Lanke
ย 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle database
Ravi Kumar Lanke
ย 
Installing oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsInstalling oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windows
Ravi Kumar Lanke
ย 

More from Ravi Kumar Lanke (20)

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessions
ย 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...
ย 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle database
ย 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
ย 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server
ย 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bit
ย 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...
ย 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac address
ย 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406
ย 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
ย 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
ย 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windows
ย 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...
ย 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task manager
ย 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame works
ย 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerce
ย 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise manger
ย 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser title
ย 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle database
ย 
Installing oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windowsInstalling oracle database 11.2.0.3 on windows
Installing oracle database 11.2.0.3 on windows
ย 

Recently uploaded

Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
National Information Standards Organization (NISO)
ย 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
ย 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
ย 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
ย 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
ย 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
PsychoTech Services
ย 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
David Douglas School District
ย 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
ย 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
ย 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
ย 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
giancarloi8888
ย 
Bร€I TแบฌP Dแบ Y THรŠM TIแบพNG ANH LแปšP 7 Cแบข Nฤ‚M FRIENDS PLUS SรCH CHร‚N TRแปœI SรNG Tแบ O ...
Bร€I TแบฌP Dแบ Y THรŠM TIแบพNG ANH LแปšP 7 Cแบข Nฤ‚M FRIENDS PLUS SรCH CHร‚N TRแปœI SรNG Tแบ O ...Bร€I TแบฌP Dแบ Y THรŠM TIแบพNG ANH LแปšP 7 Cแบข Nฤ‚M FRIENDS PLUS SรCH CHร‚N TRแปœI SรNG Tแบ O ...
Bร€I TแบฌP Dแบ Y THรŠM TIแบพNG ANH LแปšP 7 Cแบข Nฤ‚M FRIENDS PLUS SรCH CHร‚N TRแปœI SรNG Tแบ O ...
Nguyen Thanh Tu Collection
ย 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
Celine George
ย 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
RidwanHassanYusuf
ย 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
ย 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
ย 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
TechSoup
ย 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
ย 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
ย 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
nitinpv4ai
ย 

Recently uploaded (20)

Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
ย 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
ย 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
ย 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
ย 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
ย 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
ย 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
ย 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
ย 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
ย 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
ย 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
ย 
Bร€I TแบฌP Dแบ Y THรŠM TIแบพNG ANH LแปšP 7 Cแบข Nฤ‚M FRIENDS PLUS SรCH CHร‚N TRแปœI SรNG Tแบ O ...
Bร€I TแบฌP Dแบ Y THรŠM TIแบพNG ANH LแปšP 7 Cแบข Nฤ‚M FRIENDS PLUS SรCH CHร‚N TRแปœI SรNG Tแบ O ...Bร€I TแบฌP Dแบ Y THรŠM TIแบพNG ANH LแปšP 7 Cแบข Nฤ‚M FRIENDS PLUS SรCH CHร‚N TRแปœI SรNG Tแบ O ...
Bร€I TแบฌP Dแบ Y THรŠM TIแบพNG ANH LแปšP 7 Cแบข Nฤ‚M FRIENDS PLUS SรCH CHร‚N TRแปœI SรNG Tแบ O ...
ย 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
ย 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
ย 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
ย 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
ย 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
ย 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
ย 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
ย 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
ย 

Cache management obiee 10g

  • 1. Cache Management & Purging Cache in OBIEE 10g PREPARED BY RAVI KUMAR LANKE Page 1
  • 2. Cache Management is a major advantage of OBIEE. Whenever a saved request or any dashboard is accessed by one user it can be saved as a file to cache. So if any other user accessing the same saved request, instead of waiting for the information to be fetched from the database it can be reproduced from the cache for a performance improvement. Purging the Cache through the Presentation Service : Select Settings, Administration; the Administration Window will open from that Select to Issue SQL; this window will allow you to issue SQL Directly In the command window enter the text below and click to Issue SQL Call SAPurgeAllCache() Now Check the Cache Manager in Administration tool and the cache entries will be cleared there. Purging the cache By Manual : Open Administration Tool - > Go to Manage -> Click Cache. The Cache Manager Window will open. In the right side of you can view how many is cached and its related logical query. The logical query will be cached for only the accessed reports in the dashboards. From the right side pan right click on the cached query and click on โ€žSelect Allโ€Ÿ now the entire query will be selected. Now if you are selecting a mouse right click you will get an option โ€žPurgeโ€Ÿ. Once you clicked the โ€žpurgeโ€Ÿ the entire cached query will be deleted. PREPARED BY RAVI KUMAR LANKE Page 2
  • 3. Note: 1. We can delete only a particular line of cached query in cache manager by selecting only the query you want purge 2. We can clear the cache for only the selected BMM layer by selecting the particular BMM Model in left side pan of the Cache Manager. PREPARED BY RAVI KUMAR LANKE Page 3
  • 4. Purging the cache By Scheduling : Iโ€Ÿm here writing how to purge the cache by scheduler using scheduled task in windows environment. Before going the schedule the task we have to know what is the command we are using to purge the cache. We can purge the entire cache in one shot or purge the cache by query or purge the cache by table or purge the cache by database. We are going to learn how to use the entire cache functions one by one: SAPurgeCacheByQuery() : We can issue a command to purge a specific query from the cache; the command takes a single parameter, which should be equal to the exact query registered in the cache. An example is given. Call SAPurgeCacheByQuery(โ€žSELECT EMPD, EMPNAME from HR_EMP_D WHERE SALARY > 100000โ€Ÿ ); SAPurgeCacheByTable() : We can select to purge the cache for all queries using a specific table; we must specify the database, physical catalog, schema and table as parameters. Call SAPurgeCacheByTable( โ€žDBNameโ€Ÿ, โ€žPhyCatNameโ€Ÿ, โ€žSchemaNameโ€Ÿ, โ€žTableNameโ€Ÿ ); SAPurgeCacheByDatabase() : we can purge the cache for all queries to a specific database. Call SAPurgeCacheByTable( โ€žDatabaseNameโ€Ÿ ); SAPurgeAllCache() This is the function will clear the entire cached query in one shot. Call SAPurgeAllCache(); PREPARED BY RAVI KUMAR LANKE Page 4
  • 5. We can also use multiple commands together in the purge.sql file, as in the example below. Call SAPurgeCacheByTable( โ€žDBNameAโ€Ÿ ); Call SAPurgeCacheByTable( โ€žDBNameBโ€Ÿ ); Now we will learn how to use these functions in a scheduled task. Create the โ€œPurge.sqlโ€ file with any of the above explained functions and create โ€œpurgecache.logโ€ and save it in a folder. Now open the notepad and type the below command and save the file like โ€œPurgeCache.batโ€. -----------------------------------------------------------------------------------------------------C:OracleBIserverBinnqcmd.exe -d AnalyticsWeb -u Administrator -p Password -s "C:OracleBIPurgePurgeAllCache.sql" -o "C:OracleBIPurgePurgeAllCache.log" -------------------------------------------------------------------------------------------------------d Data source Name -u User name -p Password -s Source file -o output file PREPARED BY RAVI KUMAR LANKE Page 5
  • 6. Now go to scheduled task from below path: All Programs -> Accessories -> System Tools -> Scheduled Task -> Click on Add Scheduled Task > Scheduled task wizard window will open. Click on โ€žBrowseโ€Ÿ button to select โ€œpurgecache.batโ€ batch file. Once you selected the file it will ask to run the task daily, weekly, monthly and some other options. You select the option by your business Requirement. By giving all the required details in next, next step the task will be scheduled. Once the task has been scheduled you can check the log file. The entry will be updated in log file and the cache will be cleared in the cache manager. PREPARED BY RAVI KUMAR LANKE Page 6
  • 7. PREPARED BY RAVI KUMAR LANKE Page 7