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 your group to be featured on the Yahoo! Groups website? 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 17 - 46 of 1112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17
What is most important work for DBA's ? It is Database BACKUP. There are simple three methods which you can use to take database backup. 1. COLD backup /...
Mohammad Taj
star_taj
Offline Send Email
Mar 1, 2008
8:29 am
18
First use "shutdown immediate" command to shutdown database server without "SHUTDOWN ABORT" if shutdown immediate command is HANG then use "SHUTDOWN ABORT" +...
Mohammad Taj
star_taj
Offline Send Email
Mar 2, 2008
4:34 am
19
Nice information taj. Babu Mohammad Taj <star_taj@...> wrote: First use "shutdown immediate" command to shutdown database server without "SHUTDOWN ABORT"...
Babu B
ind_babu05
Offline Send Email
Mar 3, 2008
6:34 am
20
Hello All, I would like to know how to gather statistics on Oracle Application Server, number of concurrent users on the application server. We have Web users...
Rashida bastawala
bastawala_ra...
Offline Send Email
Mar 3, 2008
2:37 pm
21
...I would like to know how to gather statistics on Oracle Application Server,... same like Database Server. Statistics gather only on database, it is not...
Mohammad Taj
star_taj
Offline Send Email
Mar 3, 2008
3:47 pm
22
Dear Friends, Today I discuss some NETWORK related issues which we database administrator usually faced. First understand which network files is important for...
Mohammad Taj
star_taj
Offline Send Email
Mar 3, 2008
4:28 pm
23
The command line utility to gather performace metrics on Oracle Application Server is DMSTOOL ...
Rashida bastawala
bastawala_ra...
Offline Send Email
Mar 4, 2008
3:11 pm
24
Thanks for reply... Please check this one also... http://download.oracle.com/docs/cd/B32110_01/core.1013/b28942/monitor _b2.htm#CHDEGJHD Regards Mohammad Taj ...
Mohammad Taj
star_taj
Offline Send Email
Mar 4, 2008
3:37 pm
25
Nice Info. Taj. We are using Oracle 2003 R2 + Orace 10g R2. And my applicaion is Oracle 6i D2K. While connect my prod. database i'm getting this error msg...
Babu B
ind_babu05
Offline Send Email
Mar 5, 2008
7:52 am
26
Hello, Please check it metalink note: https://metalink.oracle.com/metalink/plsql/f? p=130:14:11022983507811697566::::p14_database_id,p14_docid,p14_show_h ...
Mohammad Taj
star_taj
Offline Send Email
Mar 5, 2008
12:27 pm
27
Metalink Note:377285.1 ... p=130:14:11022983507811697566::::p14_database_id,p14_docid,p14_show_h ... ...
Mohammad Taj
star_taj
Offline Send Email
Mar 5, 2008
12:28 pm
28
"SYS" is a magic User? Answer: Yes, but why? Why everyone recommended to "don't use sys" user for database activities. Because: 1. SYS (SYSDBA) is super and...
Mohammad Taj
star_taj
Offline Send Email
Mar 5, 2008
2:11 pm
29
Hi all, I want to know the schemas in particular user after connecting as sys, Because I don't have users passwords to access the user tables. Thanks msd....
ahdmsd
Offline Send Email
Mar 5, 2008
4:50 pm
30
Query the USER_OBJECTS data dictionary hth kelvin ... ____________________________________________________________________________________ Looking for last...
kelvin yu
ksyu24
Offline Send Email
Mar 6, 2008
1:56 am
31
User and Schemas is same (no difference) For All objects you can know through 'DBA_OBJECTS' after connecting with any DBA privileged user (don't use SYS user)....
Mohammad Taj
star_taj
Offline Send Email
Mar 6, 2008
4:21 am
32
sorry got it wrong, my bad, taj has a good explanation. ... http://tools.search.yahoo.com/newsearch/category.php?category=shopping ... ...
kelvin yu
ksyu24
Offline Send Email
Mar 6, 2008
12:41 pm
33
Hello,I have a 7 tables and 140 schema. I do some inserts and updates on table. Is there any way to find out all the inserts and updates on this tables done...
Rashida bastawala
bastawala_ra...
Offline Send Email
Mar 7, 2008
11:10 am
34
Hello, You have only two options for that. 1. Enable auditing. 2. Create Trigger for capture ALL DML statement. Regards Taj ... updates on table. Is there any...
Mohammad Taj
star_taj
Offline Send Email
Mar 9, 2008
6:12 am
35
Dear Friend, I am very much confuse about the user authentication concepts .. Externally- Specifies that the user is authenticated by OS Globally - Specifies...
amjad_ora
Offline Send Email
Mar 10, 2008
6:40 am
36
welcome to oracle club. Yahoo! Groups Notification <notify@yahoogroups.com> wrote: Hello, This is an automated email message to let you know that amjad_ora...
Babu B
ind_babu05
Offline Send Email
Mar 10, 2008
6:42 am
37
Thanks & Regards... ... Never miss a thing. Make Yahoo your homepage....
Amjad Ali Peshimam
amjad_ora
Offline Send Email
Mar 10, 2008
6:44 am
38
http://youngcow.net/doc/oracle10g/server.102/b14231/dba.htm#i1006534 amjad_ora <amjad_ora@...> wrote: Dear Friend, I am...
Babu B
ind_babu05
Offline Send Email
Mar 10, 2008
8:23 am
39
Dear Member, There is four types of authentication. 1. Database authentication eg: create user USERNAME identified by PASSWORD; ...
Mohammad Taj
star_taj
Offline Send Email
Mar 11, 2008
4:30 am
40
Dear Friends How to copy a structure of table without its data from one user to another user of the same database..... Thanks & Regards...
amjad_ora
Offline Send Email
Mar 12, 2008
5:01 am
41
Dear Friends , How to install multiple Oracle version on the same machine like 9i and 10g so that seprate database can be created and managed independently.......
amjad_ora
Offline Send Email
Mar 12, 2008
5:05 am
42
Dear, you need to just use dummy where condition. like sql>--user 1 sql> create table tablename as select * from user2.tablename where 1 =2; above statement...
Mohammad Taj
star_taj
Offline Send Email
Mar 12, 2008
5:17 am
43
Dear, Just choose separate ORACLE HOME location during installation for oracle 10g. after that use only one listener for both version. means STOP oracle 9i...
Mohammad Taj
star_taj
Offline Send Email
Mar 12, 2008
5:19 am
44
Thanks I will try out your both the answers , CAN I install 10g in the location D:\Oracle\10g\ and my present 9i is in the location D:\Oracle\Ora92\ Regards.. ...
Amjad Ali Peshimam
amjad_ora
Offline Send Email
Mar 12, 2008
5:26 am
45
Hi friends, To copy a user's table structure to another user without transfering any data , we can use following procedure:- Here i have created a new table...
nive_sha2002
Offline Send Email
Mar 12, 2008
7:25 am
46
Dear friends as you know in Windows Vista Home Premium Edition doesn't exist Local Security Policies. Someone from Microsoft Staff suggested to me to do so: ...
suspapa
Offline Send Email
Mar 12, 2008
9:33 am
Messages 17 - 46 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