Answer Posted / md sajjad
No We cannot create index on view:
e.g
1* create view emp_view as select * from emp where
deptno=20
SQL> /
View created.
1* create index indx_emp on emp_view(empno)
SQL> /
create index indx_emp on emp_view(empno)
*
ERROR at line 1:
ORA-01702: a view is not appropriate here
| Is This Answer Correct ? | 39 Yes | 16 No |
Post New Answer View All Answers
What is a table index?
What is a relational database management system?
Explain the use of consistent option in exp command.
Name the various constraints used in oracle?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
how to do daily transactions with out sql* loader control file regesterd in apps?
What is SQL Tuning Advisor in Oracle?
Explain oracle’s system global area (sga).
What is the order of defining local variables and sub procedures/functions?
How to create a new table in oracle?
How to do paging with oracle?
Explain about the analyze command in oracle?
How do I spool to a csv formatted file using sqlplus?
What is transaction control statement and how many types of transaction control statement in Oracle?