insertion in a table of objects with nested table in oracle
I have a problem inserting in a nested table in oracle
I have a problem inserting in a nested table in oracle
We will migrate our database using datapump.
I have a table which manages folder structure. Hence it has a parent-child relationship. We trigger a query to sum all documents in the complete heirarchy:
Currently when executing the imp
command with the following parameters: file=my.dmp log=my.log fromuser=myuser touser=myuser
I have an existing table which I partitioned (interval partitioning on a daily basis) using dbms_redefnition
.
Are there any issues with the following strategy for backup/recovery in Oracle 11.2.0.4?
I am attempting to build a report for a client. I need a display of all the values in Tab1, Col1 (a validation table), a count of each time that occurred, and a percentage of the total. Here’s what I’m looking for:
Suppose I have a table like:
Running Oracle 11.2.0.4.0 on CentOS and discovered the hard drive filled up, giving error in alert log:
I have a query where I want to fetch all rows where the value in column x is between 400-600.
Including in this I want a matching column value from antoher table.