Search the web
Sign In
New User? Sign Up
oracleclub · Oracle Club
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 944 - 973 of 1112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
944
hai, How to change oracle 10g server date without changing system date. Thank you... T Martin Andrews Did you know? You can CHAT without downloading...
Martin Andrews
andrewstster
Offline Send Email
Nov 2, 2008
1:59 pm
945
There is no way to change the server date without change the system date... but may i know why you want to change the server date what is requirement is this? ...
Mohammed Taj Oracle DBA
star_taj
Offline Send Email
Nov 2, 2008
5:19 pm
946
sir, Just I ask sir. Because I am studying DBA sir. sir, I execute "alter system set fixed_date='12-oct-2008' " this query This query is changed oracle server...
Martin Andrews
andrewstster
Offline Send Email
Nov 3, 2008
5:22 am
947
Hello, Thanks for your information. Please check this.. http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams073.htm#CHDFHBHI Babu ...
Babu B
ind_babu05
Offline Send Email
Nov 3, 2008
5:33 am
948
Hello All,   I have come across one error while dealing with sequences.   I really did not get that error. Can anybody explain exactly what it specifies? ...
prachi korde
prachikorde
Offline Send Email
Nov 3, 2008
6:42 am
949
see the minvalue S. M. Monzur Hassan ... From: prachi korde <prachikorde@...> Subject: [oracleclub] About Sequences... To: "Ora-Grp"...
monzur monzur
mon_som_31
Offline Send Email
Nov 3, 2008
6:47 am
950
Thanks for the reply. But, when I alter as below: It gets altered. alter sequence s1_start increment by 3 --start with 24 minvalue 12 maxvalue 70 cycle Thanks ...
prachi korde
prachikorde
Offline Send Email
Nov 3, 2008
7:00 am
951
hi     minvalue cant b less than start  with value Best Regards Shyam Sunder(Oracle DBA) Mob:-09955052106 / 9818394206 sun_shy98@... ...
shyam sunder
sun_shy98
Offline Send Email
Nov 3, 2008
7:15 am
952
No, its not a problem. It gets created. prachi ... From: shyam sunder <sun_shy98@...> Subject: Re: [oracleclub] About Sequences... To:...
prachi korde
prachikorde
Offline Send Email
Nov 3, 2008
8:01 am
953
SQL> ! oerr ora 04013 04013, 00000, "number to CACHE must be less than one cycle" // *Cause: number to CACHE given is larger than values in a cycle // *Action:...
Babu B
ind_babu05
Offline Send Email
Nov 3, 2008
8:50 am
954
sir,   I changed my oracle 10g server date using "alter system set fixed_date='12-oct-2008' "       Now my system (operating system) date is...
Martin Andrews
andrewstster
Offline Send Email
Nov 4, 2008
7:29 am
955
Thanks for thr reply Babu. I have this whole description & already raed it. But, wht my problem is , what exactly it specifies by this. Wht's the cache no...
prachi korde
prachikorde
Offline Send Email
Nov 4, 2008
7:58 am
956
hello, remove fixed_date parameter in your database. babu Martin Andrews <andrewstster@...> wrote: sir, I changed my oracle 10g server date using "alter...
Babu B
ind_babu05
Offline Send Email
Nov 4, 2008
8:00 am
957
Hello ,     I was asked like,  an export of a table has taken place in one database of a schema called scott. And now I want to import that export dump file...
Rajasekhar Reddy Anum...
rajreddydba
Offline Send Email
Nov 4, 2008
10:25 am
958
Raj, The import will fail with the error saying that the user or role does not exists. HTH, Karthick ________________________________ From: Rajasekhar Reddy...
Karthick T
kargold100
Offline Send Email
Nov 4, 2008
1:40 pm
959
But my manager says that the import will not fail , rather it'll happen with some warnings . Any update on this will be appreciated .   Raj ... From: Karthick...
Rajasekhar Reddy Anum...
rajreddydba
Offline Send Email
Nov 5, 2008
6:51 am
960
Hello All, Views: When we create a view, when exactly data gets stored in that view? Group Fn SUM: When we use sum() function, when exactly does the sum gets...
prachi korde
prachikorde
Offline Send Email
Nov 5, 2008
8:22 am
961
Yah the import will fail,first u need to create the scott user on the database then import. Regards Kaunain ... From: Rajasekhar Reddy Anumula...
ahmed hasnain
barbarian_bond
Offline Send Email
Nov 5, 2008
8:40 am
962
Hello, ... NO. View do not contain or store data's. It's only SQL Query Attached in your View. ... ...
Babu B
ind_babu05
Offline Send Email
Nov 5, 2008
9:28 am
963
Hello All, Find my log SQL> select * from v$version where rownum <= 1; BANNER ... Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod SQL> SQL>...
Babu B
ind_babu05
Offline Send Email
Nov 5, 2008
9:46 am
964
Oh sorry.. :-) Babu SQL> host imp babu/babu file=c:\a.dmp fromuser=a touser=b log=c:\b.log Import: Release 10.2.0.1.0 - Production on Wed Nov 5 15:17:29 2008 ...
Babu B
ind_babu05
Offline Send Email
Nov 5, 2008
9:49 am
965
Hi Babu,     Thanks a ton, but this adds me one more small confusion . When the schema A , is dropped , and that dump file getting imported into  B  schema...
Rajasekhar Reddy Anum...
rajreddydba
Offline Send Email
Nov 7, 2008
5:11 am
966
Hello, Thanks a lot. NO; It's only DBA account not SYSDBA Babu Rajasekhar Reddy Anumula <rajreddydba@...> wrote: Hi Babu, Thanks a ton, but this adds...
Babu B
ind_babu05
Offline Send Email
Nov 7, 2008
11:38 am
967
Hi, I tried creating an undo tablespace in oracle 9i using the following command but the query did not respond for long time. The query that i ran is ...
guna dev
guna_dev
Offline Send Email
Nov 10, 2008
5:17 am
968
Please post last 100 lines from alertlog. Babu guna dev <guna_dev@...> wrote: Hi, I tried creating an undo tablespace in oracle 9i using the following...
Babu B
ind_babu05
Offline Send Email
Nov 10, 2008
5:23 am
969
Thanks Babu. Here is the alert log. Also please find the alert log attached with this mail. Additional information: 3 Wed Nov 5 05:02:49 2008 Errors in file...
guna dev
guna_dev
Offline Send Email
Nov 10, 2008
7:06 am
970
Oh. Sorry. I forgot to mention one point. I think undo tablespace already avaialble in your database. why your going to create again? Or U want to create new...
Babu B
ind_babu05
Offline Send Email
Nov 10, 2008
7:39 am
971
Yes i want to create new undo tablespace. I connected as sys. I already have one undo tablespace named UNDOTBS1. I just thought of creating another undo...
guna dev
guna_dev
Offline Send Email
Nov 10, 2008
8:36 am
972
i think this is not the problem. you can create more than one undo tablespace. name should be diff. S. M. Monzur Hassan ... From: guna dev <guna_dev@...>...
monzur monzur
mon_som_31
Offline Send Email
Nov 10, 2008
10:43 am
973
Hi,      u just create larger undo tablespace than last on and after that u drop the old one. Dont forget to modify the parameter file undo_tablespace=new...
shyam sunder
sun_shy98
Offline Send Email
Nov 11, 2008
6:32 pm
Messages 944 - 973 of 1112   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help