What are different Oracle database objects?

  • TABLES
  • VIEWS
  • INDEXES
  • SYNONYMS
  • SEQUENCES
  • TABLESPACES etc

Showing Answers 1 - 23 of 23 Answers

Jasjeet

  • Aug 10th, 2005
 

* DB LINKS 
* SYSTEM PACKAGES 

  Was this answer useful?  Yes

Praful

  • Sep 1st, 2005
 

FUNCTIONS 
PROCEDURES 
TRIGGERS 
JAVA SOURCES 
JOBS 
LIBRARIES 
ROLES 
CLUSTERS

  Was this answer useful?  Yes

pankaj

  • Oct 13th, 2005
 

different oracle database object

  • procedure
  • function
  • package
  • trigger
  • index
  • cluster
  • sequence
  • view
  • table

  Was this answer useful?  Yes

manju thanikonda

  • Dec 12th, 2005
 

* TABLES

*VIEWS

*SEQUENCES

*SYNONYMS

*INDEXES

  Was this answer useful?  Yes

ashish bharatkar

  • Dec 25th, 2005
 

table

views

index

synonyms

sequences

and tablespace

sumanpani

  • Sep 16th, 2008
 

In Oracle DB Objects are

  Table 
  View
   Indexes
   Sequences        Used to generate primary key values
   Synonym           Used to give the alternate names of object

  Was this answer useful?  Yes

suresh

  • Mar 13th, 2015
 

table,view,procedure,function,package,synonums,triggers,index,sequencess

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions