GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQinherit value from parent
I have the following table:
<code>
create table geometry_sample(geo_id number, geo_parent_id number, geo_path varchar2(512), geo_value varchar2(512));
</code>
with the following values:
<code>
insert into geometry_sample values (101, null, ...
Sponsored Links
Read Next: Why indexes become unusable?
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
