Explain how to assign a Tablespace to a user in Oracle

          

Explain how to assign a Tablespace to a user in Oracle.

<<Previous  Next>>

Oracle - Explain how to assign a Tablespace to a user in Oracle - June 27, 2009 at 11:00 AM

Explain how to assign a Tablespace to a user in Oracle.  

The following statement assigns already created tablespace ‘TABLESPACE_01’ as the tablespace group for user sh:

ALTER USER sh
TEMPORARY TABLESPACE TABLESPACE_01;

Also read
Oracle tablespaces

A table space can be considered as a storage location where the database objects are kept...........

Components of logical database structure of Oracle database

Tablespaces, Database's schema objects..........

What are the Predefined Tablespaces in a database?

SYSTEM Tablespace, SYSAUX Tablespace, UNDO Tablespace, TEMP Tablespace.........

What are elements of database logical layers?

The logical layer of the database consists of the following elements:............

<<Previous  Next>>



Write your comment - Share Knowledge and Experience


 

 
Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring