Home > Archive > Oracle Server > August 2005 > "global change"









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author "global change"
angela.solorzano@ca.wunderman.com

2005-08-23, 9:23 am

Can someone give me an example of a "global change" on a database?

thx

Mark D Powell

2005-08-23, 9:23 am

Angela, in what frame of reference should we take "global change" to
apply?

One way I can think of the term being used would be in changing
database parameters. Many database parameter values can be changed at
the session level or instance wide. An instance wide change would be a
"global" change.

alter session set global_names = FALSE
aler system set global_names = FALSE scope=both

The first command affects only my session while the second immediately
takes affect accross the entire instance. Some parameters can be
changed and take affect immediately while others require the instance
to be bounced to take effect.

See the SQL manual entries for ALTER SESSION and ALTER SYSTEM plus see
the Oracle version# Reference manual for the database parameters.

Another possible use of the terminology might be related to the taking
of global checkpoints. RAC system coordinate checkpoints accross
instances in order to facilitate recovery operations should they be
necessary. There are RAC manual that should provide more details if
this is along the lines you want.

HTH -- Mark D Powell --

Mark Bole

2005-08-23, 1:23 pm

angela.solorzano@ca.wunderman.com wrote:

> Can someone give me an example of a "global change" on a database?
>
> thx
>


http://download-west.oracle.com/doc....htm#sthref1308

Is this a homework assignment or a real-world issue? More information
about what you are trying to do or what problem you are having would help.

-Mark Bole



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com