Tablespace Groups Oracle now has the concept of grouping multiple tablespaces together in what they call a tablespace group. This allows you to create multiple temporary tablespaces, assign these temporary tablespaces to a tablespace group, and then use the tablespace group as the default temporary tablespace for the database or user. The benefit this has…
Category: Oracle FAQ
Frequent Answers for Questions Made in the Oracle OTN Foruns
can someone tell any difference between express edition and standard edition for oracle 10g – by seyiisq -OTN Forum
Oracle XE: Express Edition (XE) is a free, downloadable version of the Oracle database server. Oracle XE can only be used on single processor machines. It can only manage up to 4 GB of data and 1 GB of memory. ISVs can embed XE in 3rd party products and redistribute it freely. Oracle Standard Edition:…
What does g in Oracle 10g signify?
“G”rid is nothing but a term that is there to tell us that there are resources which are scattered at several different locations/pc’s but we are using and maintaining those resources as one. For us its just one thing that we are managing. The basic goal of grid computing is the transparency that should be given…