How to create a testing table in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is enter substitution variable in oracle?
What language does oracle use?
What is the difference between sharding and replication?
why dont we assign not null constraint as table level constraint.
How to create an initialization parameter file?
How to create id with auto_increment on oracle?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
What is merge in oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.
Can Multiple instances be run on Single Machine???