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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 151 - 182 of 1112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
151
Dear Friends, How to find the time duration of log switch so that we can increase or decrease the redo log files and what should be the appropriate duration of...
kaiz_ora
Offline Send Email
Apr 1, 2008
7:08 am
152
Dear, We can use V$LOG_HISTORY table to check archivelog generation rate/frequency. For Hourly basis select start_Date, start_time, num_logs, ...
Mohammad Taj
star_taj
Offline Send Email
Apr 1, 2008
9:49 am
153
Hello, Anybody can tell me at which step (nomount, mount, open) password file is checked?? Best Regards, Pranab. ... You rock. That's why Blockbuster's...
Pranab Kumar Ghosh
pranab_ruet
Offline Send Email
Apr 2, 2008
2:00 pm
154
Dear, Password file is check in every stage. ( nomount, mount , open) whenever you try to connect using password file authentication. ... is checked?? ... ...
Mohammad Taj
star_taj
Offline Send Email
Apr 2, 2008
2:32 pm
155
Just observe the alert log file in the bdump directory . There u'll observe the rate at which log switch is occurring . And the minimum recommended by Oracle...
Rajasekhar Reddy Anum...
rajreddydba
Offline Send Email
Apr 2, 2008
5:15 pm
156
Dear Friends... I am trying to clear my concepts... When user entered the records in a table and issues a commit statement.... the changed records in the SGA...
kaiz_ora
Offline Send Email
Apr 3, 2008
12:25 pm
157
Dear Friends, how to drop the entire database including all the files ....in 9i one method I know is usind DBCA , is their any other way... While reading new...
kaiz_ora
Offline Send Email
Apr 3, 2008
12:30 pm
158
Dear All, i had a 10.2.0.3.0 production db running on Redhat AS 5,i had taken cold backup of my production db Now i want to clone production db using this cold...
s_aazeem
Offline Send Email
Apr 3, 2008
2:12 pm
159
Hi, I had seen a posting for dropping a database..it is here- Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. C:\Documents and...
nive_sha2002
Offline Send Email
Apr 4, 2008
8:03 am
160
1. Create Password file. 2. %oracle_home\dbs\ - here put your pfile. ( put your controlfie,redo and datafile in corresponding location) 3. create new instance...
Babu B
ind_babu05
Offline Send Email
Apr 4, 2008
8:12 am
161
Good Reply Babu, If you cloning your database on windows then it is correct steps and if you clonning your database on linux then just SKIP 3 step becuase...
Mohammad Taj
star_taj
Offline Send Email
Apr 5, 2008
4:34 am
162
Redo content only commited data and Undo content only uncommited data when user issue commit statement then commited data only transfer to redolog files. ... ...
Mohammad Taj
star_taj
Offline Send Email
Apr 5, 2008
5:55 am
163
Good Link Nivedita, NOTE: Dropped database is new option with come in 10g it is not exists in oracle 9i. or Please find more. ...
Mohammad Taj
star_taj
Offline Send Email
Apr 5, 2008
6:13 am
164
Hello All, We use FUNCTIONS in PL/SQL. It is one of the subprograms we use in PL/SQl. And we can use them in SQL statements unlike procedures and those are...
prachi korde
prachikorde
Offline Send Email
Apr 5, 2008
6:43 am
165
Yes taj. Your correct. Mistakenly i mention. Babu Mohammad Taj <star_taj@...> wrote: Good Reply Babu, If you cloning your database on windows then it is...
Babu B
ind_babu05
Offline Send Email
Apr 5, 2008
7:10 am
166
Dear Prachi, Are you sure ...I got compiled without any errors,... SQL> create or replace function func_chk (no1 number, no2 out number) 2 return number 3 as...
Mohammad Taj
star_taj
Offline Send Email
Apr 5, 2008
7:10 am
167
Hello, I need to know how i can create control file from backup trace file. and how i find out the last trace file that contain the last status(control file), ...
Pranab Kumar Ghosh
pranab_ruet
Offline Send Email
Apr 5, 2008
7:17 am
168
Hi Taj, I am sorry. What I wrote is : create or replace function func_chk (no1 number, no2 out number) return number as begin no2 := no1 + no1; return no2; ...
prachi korde
prachikorde
Offline Send Email
Apr 5, 2008
7:34 am
169
Dear, There is two option for create controlfile. 1. binary file. 2. text file. 1. How to create binary file. SQL>alter database backup controlfile to...
Mohammad Taj
star_taj
Offline Send Email
Apr 5, 2008
7:37 am
170
...Does that mean we can not execute function with OUT parameter... Yes correct, we can't use OUT,IN OUT parameter with function. we use only IN parameter with...
Mohammad Taj
star_taj
Offline Send Email
Apr 5, 2008
7:41 am
171
Thanks a lot Taj, you are sooooooooooooo quick. I am checking it. Mohammad Taj <star_taj@...> wrote: ...Does that mean we can not execute function with...
prachi korde
prachikorde
Offline Send Email
Apr 5, 2008
7:44 am
172
Hello, I want to know something about synonyms. I have 3 database users & I created one public synonym for a table & granted access for this synonym to all the...
prachi korde
prachikorde
Offline Send Email
Apr 5, 2008
7:52 am
173
Always remember. We can't create same name object in same schema/user. ...And now i create a private synonym of the same name in the 4th user, can I create...
Mohammad Taj
star_taj
Offline Send Email
Apr 5, 2008
8:08 am
174
Hi Taj, You said Always remember. We can't create same name object in same schema/user. Ok, agreed. But we can create a synonym for a table with the same name...
prachi korde
prachikorde
Offline Send Email
Apr 5, 2008
8:15 am
175
Dear Prachi, ...But we can create a synonym for a table with the same name as the table.... Don't confuse. I said. SAME OBJECT. and table or synonym or view or...
Mohammad Taj
star_taj
Offline Send Email
Apr 5, 2008
8:23 am
178
About ASM <http://dbataj.blogspot.com/2008/04/asm-introduction.html>...
Mohammad Taj
star_taj
Offline Send Email
Apr 5, 2008
2:41 pm
179
Thanx a lot Taj. What's a reply !!!!!!!! Mohammad Taj <star_taj@...> wrote: Dear, There is two option for create controlfile. 1. binary file....
Pranab Kumar Ghosh
pranab_ruet
Offline Send Email
Apr 6, 2008
6:22 am
180
Hi, Just issue SYS>STARTUP MOUNT RESTRICT SYS>DROP DATABASE. All the DB with all the files will be dropped. --- On Thu, 3/4/08, kaiz_ora <kaiz_ora@...>...
Rajasekhar Reddy Anum...
rajreddydba
Offline Send Email
Apr 6, 2008
12:03 pm
181
Preparing Disks for ASM instance <http://dbataj.blogspot.com/2008/04/preparing-disk-for-asm-instance.html\...
Mohammad Taj
star_taj
Offline Send Email
Apr 7, 2008
1:47 pm
182
ASM Instance creation <http://dbataj.blogspot.com/2008/04/asm-instance-creation.html>...
Mohammad Taj
star_taj
Offline Send Email
Apr 8, 2008
1:08 pm
Messages 151 - 182 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