can we insert any row to dual table if i got the permission
from DBA
Answer Posted / sanjay gupta
U can by connecting as sysdba
but it displays all rows
insert into dual values('A');
insert into dual values('B');
commit;
select * from dual;
Dummy
-------
x
A
B
in same session and will display x in different session only
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Is java required for oracle client?
How to add a new column to an existing table in oracle?
Please explain compound trigger in oracle?
Explain an exception and its types?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
How to define a variable to match a table column data type?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
How to pass parameters to procedures in oracle?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
When do you get a .pll extension in oracle? Explain its importance
What are the different types of database objects?
How to execute the package in oracle?
How to use "in out" parameter properly?
What is query image?
What is a nested table?