File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Refresh Materialized View though Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Refresh Materialized View though Java" Watch "Refresh Materialized View though Java" New topic
Author

Refresh Materialized View though Java

sankar
Greenhorn

Joined: Jan 28, 2003
Posts: 4
How to refresh the materialized view from java code?

The following code using the spring jdbc support worked..

String materiallizedViewSQL= "call dbms_snapshot.refresh('"+materiallizedView+"','C')";

getJdbcTemplate().update(materiallizedViewSQL);
[ July 08, 2008: Message edited by: sankar ]
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

"sankar",
Welcome to the JavaRanch.

We're a friendly group, but we do require members to have valid display names.

Display names must be two words: your first name, a space, then your last name. Fictitious names are not allowed.

Please edit your profile and correct your display name since accounts with invalid display names get deleted.

Please note this is your third and final warning.

/Dave
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Refresh Materialized View though Java
 
Similar Threads
Another way to get the information needed
Materialized Views in oracle
Oracle job is not running automatically
Can i create Materialized view on a Materlized view.
Materialized view