Oracle Database Discussion Forum

Syndicate content
Most recent forum messages
Updated: 7 min ago

Re: How to identify Master node in RAC.

7 min 58 sec ago
thanks.

Re: How to identify Master node in RAC.

11 min 19 sec ago
Hi,
Query V$GES_RESOURCE to identified master node

or

grep -i "master node" ocssd.log | tail -1

Re: EM console error java.lang.exception no such target ?

12 min 22 sec ago
[oracle@dbserver ~]$ . db_env.sh
...

Re: libXp.so.6: cannot open shared object file: No such file

24 min ago
install oraclevalidate rpm while installing OS. It will take care of all required rpm.

Re: RAC Node eviction question...

26 min 18 sec ago
I want to know each and every steps in detail. ...

How to identify Master node in RAC.

30 min 2 sec ago
How to identify which is master node in RAC?

Thanks.

RAC Node eviction question...

34 min 12 sec ago
Say we have 3 node RAC cluster on OEL5.3. What happens if one node evicted out of it? I know other two instance will do dynamic remastering... and something more.
...

Re: Ploblem with Import

35 min 21 sec ago
Can be a kind of error of provilegios???

Re: [DATAPUMP] impdp problem

40 min 23 sec ago
user13024969 wrote:
...

Re: Source System Code in Fact Table

42 min 35 sec ago
Looks good to me. Having a separate dimension makes it flexible, just in case in the future you have more values in the system dimension.
...

RMAN backup with smallest backup size

4 hours 7 min ago
Oralce 11g2 on Redhat 5. The diskspace is our tightest resource, and we want to an incremental backup with level0 on Sunday and level 1 every week days and Saturday. I am to use the comamnds to do the job

Re: How to avoid parallel hash join?

4 hours 11 min ago
Hi,
...

Copy Query Plan

4 hours 17 min ago
Hi All,
...

Re: EM console error java.lang.exception no such target ?

4 hours 19 min ago
Target NAME=ORACLE_SID does not exist (01006)
post results of following commands

id
env | sort

Re: Perfomance issues just on production database

4 hours 24 min ago
Even if you run the same query with the same result set, that is not enough to expect same execution plan and same execution time.
...

Re: GOLDENGATE WITH TRIGGER

4 hours 31 min ago
Hi,

Any further questions?

Regards,

Re: DB LINK

4 hours 35 min ago
hi,

Depends on the things what you would like to compare, either entire DB or Schema. Based on those you can create public Db link accessible to all and provide privs in case of further requirement.

- Pavan Kumar N