can we insert any row to dual table if i got the permission
from DBA
Answer Posted / ram babu mandal(software engin
Yes, first I connect the as sysdba after that we insert
data in the dual table as
sql>conn / as sysdba
connected
sql>desc dual;
insert into dual values('A');
(1)row inserted
but I found some problems after that ,We use
sql> seelct * from dual;
Only one value displayed
that was default 'x' as system defined data not displayed
other data a like 'A'.
Dummy
-------
x
Only x record display in the dual table.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is set operator oracle?
Why packages are used in oracle?
What is the difference between $oracle_base and $oracle_home?
Explain cascading triggers.
what is normalisation?what are its uses?
What are the set operators union, union all, minus & intersect meant to do?
what is dynamic SGA and static SGA
How to get a list of all background sessions in the database?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
What is oracle open database communication (odbc)?
What is a nested table?
Explain the importance of .pll extension in oracle?
please explain.. DB architecture ...
How to do paging with oracle?
What are the common oracle dba tasks?