Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What Server am I on
Ah, not as simple... You can pluck the db_name parameter from the
v$parameter table by:
SQL> select name, value from v$parameter
2 where name = 'db_name'
3 /
NAME VALUE -------------------- ---------- db_name mccoy
Keith Jamieson wrote in message <7rav7g$cr6$1_at_ezekiel.eunet.ie>...
>Yes, but what if I add Server C and have to copy from
> Server A to B,
> Server A to C,
> Server B to C,
> Server B to A.
> Server C to A.
> Server C to B.
>
Received on Fri Sep 10 1999 - 11:24:59 CDT
![]() |
![]() |