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
How to create a temporary table in oracle?
How to check the oracle tns settings?
What are the differences between number and binary_float in oracle?
How to use fetch statement in a loop?
What is a oracle database?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
Is oracle a programming language?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What is difference between sid and service name in oracle?
Explain about your project and its relation to the current job position you are applying to?
Explain parameter file in oracle.
How to export several tables together?
What do you mean by merge in oracle and how can you merge two tables?
hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.
How to convert numbers to characters in oracle?