Re: Materilized view?

2002-04-24 Thread Yechiel Adar

Hello

I think that this line will cause the job to run every minute:
start with sysdate next sysdate+ 1/(24*60).
Change it to:
start with sysdate next sysdate+ 1/(24)

IMHO

Yechiel Adar
Mehish

- Original Message -
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Sent: Tuesday, April 23, 2002 9:18 PM


 Hi
 8.1.6.0
 I used materialized view and used following query
 create materialized view vname
 refresh fast with primary key
 start with sysdate next sysdate+ 1/(24*60)
 as (select * from xxx.abc@test);
 I want to refresh materialized view every hour.Is above query correct?But
i
 am not looking refreshment.
 Let me know what things i check and correct to do for refreshment.
 Thx
 -seema




 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com

 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Seema Singh
   INET: [EMAIL PROTECTED]

 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Yechiel Adar
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Materilized view?

2002-04-24 Thread H elp_me

Hello Seema,

It seems you are trying to run REFRESH every minute (1) instead of very 
hour..

Use

start with sysdate next sysdate+ 1/24

Instead of

start with sysdate next sysdate+ 1/(24*60)

HTH

Nikunj


From: Seema Singh [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Subject: RE: Materilized view?
Date: Tue, 23 Apr 2002 13:03:29 -0800

Yes I did.and ora_snpx_SID processes running  processess are running.


From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Subject: RE: Materilized view?
Date: Tue, 23 Apr 2002 11:44:21 -0800

Beer is a very good refreshment option.

Seriously, have you configured your job_queue_processes parameter in your
init.ora?  Are there any ora_snpx_SID processes running for your database?

Scott Shafer
San Antonio, TX
210-581-6217


  -Original Message-
  From:  Seema Singh [SMTP:[EMAIL PROTECTED]]
  Sent:  Tuesday, April 23, 2002 2:19 PM
  To:Multiple recipients of list ORACLE-L
  Subject:   Materilized view?
 
  Hi
  8.1.6.0
  I used materialized view and used following query
  create materialized view vname
  refresh fast with primary key
  start with sysdate next sysdate+ 1/(24*60)
  as (select * from xxx.abc@test);
  I want to refresh materialized view every hour.Is above query
correct?But
  i
  am not looking refreshment.
  Let me know what things i check and correct to do for refreshment.
  Thx
  -seema
 
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
   INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




_
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Seema Singh
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: H elp_me
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Materilized view?

2002-04-23 Thread Scott . Shafer

Beer is a very good refreshment option.

Seriously, have you configured your job_queue_processes parameter in your
init.ora?  Are there any ora_snpx_SID processes running for your database?

Scott Shafer
San Antonio, TX
210-581-6217


 -Original Message-
 From: Seema Singh [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, April 23, 2002 2:19 PM
 To:   Multiple recipients of list ORACLE-L
 Subject:  Materilized view?
 
 Hi
 8.1.6.0
 I used materialized view and used following query
 create materialized view vname
 refresh fast with primary key
 start with sysdate next sysdate+ 1/(24*60)
 as (select * from xxx.abc@test);
 I want to refresh materialized view every hour.Is above query correct?But
 i 
 am not looking refreshment.
 Let me know what things i check and correct to do for refreshment.
 Thx
 -seema
 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Materilized view?

2002-04-23 Thread Seema Singh

Yes I did.and ora_snpx_SID processes running  processess are running.


From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Subject: RE: Materilized view?
Date: Tue, 23 Apr 2002 11:44:21 -0800

Beer is a very good refreshment option.

Seriously, have you configured your job_queue_processes parameter in your
init.ora?  Are there any ora_snpx_SID processes running for your database?

Scott Shafer
San Antonio, TX
210-581-6217


  -Original Message-
  From:   Seema Singh [SMTP:[EMAIL PROTECTED]]
  Sent:   Tuesday, April 23, 2002 2:19 PM
  To: Multiple recipients of list ORACLE-L
  Subject:Materilized view?
 
  Hi
  8.1.6.0
  I used materialized view and used following query
  create materialized view vname
  refresh fast with primary key
  start with sysdate next sysdate+ 1/(24*60)
  as (select * from xxx.abc@test);
  I want to refresh materialized view every hour.Is above query 
correct?But
  i
  am not looking refreshment.
  Let me know what things i check and correct to do for refreshment.
  Thx
  -seema
 
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
   INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Seema Singh
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Materilized view?

2002-04-23 Thread Igor Neyman

Did you create MATERIALIZED VIEW LOG on base table?

Igor Neyman, OCP DBA
[EMAIL PROTECTED]

Message -
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Sent: Tuesday, April 23, 2002 3:18 PM


 Hi
 8.1.6.0
 I used materialized view and used following query
 create materialized view vname
 refresh fast with primary key
 start with sysdate next sysdate+ 1/(24*60)
 as (select * from xxx.abc@test);
 I want to refresh materialized view every hour.Is above query correct?But
i
 am not looking refreshment.
 Let me know what things i check and correct to do for refreshment.
 Thx
 -seema




 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com

 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Seema Singh
   INET: [EMAIL PROTECTED]

 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Igor Neyman
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Materilized view?

2002-04-23 Thread Seema Singh

yes,i did


From: Igor Neyman [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Subject: Re: Materilized view?
Date: Tue, 23 Apr 2002 12:58:22 -0800

Did you create MATERIALIZED VIEW LOG on base table?

Igor Neyman, OCP DBA
[EMAIL PROTECTED]

Message -
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Sent: Tuesday, April 23, 2002 3:18 PM


  Hi
  8.1.6.0
  I used materialized view and used following query
  create materialized view vname
  refresh fast with primary key
  start with sysdate next sysdate+ 1/(24*60)
  as (select * from xxx.abc@test);
  I want to refresh materialized view every hour.Is above query 
correct?But
i
  am not looking refreshment.
  Let me know what things i check and correct to do for refreshment.
  Thx
  -seema
 
 
 
 
  _
  Chat with friends online, try MSN Messenger: http://messenger.msn.com
 
  --
  Please see the official ORACLE-L FAQ: http://www.orafaq.com
  --
  Author: Seema Singh
INET: [EMAIL PROTECTED]
 
  Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
  San Diego, California-- Public Internet access / Mailing Lists
  
  To REMOVE yourself from this mailing list, send an E-Mail message
  to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
  the message BODY, include a line containing: UNSUB ORACLE-L
  (or the name of mailing list you want to be removed from).  You may
  also send the HELP command for other information (like subscribing).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Igor Neyman
   INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Seema Singh
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).