Hi,

What is the right syntax/hint for direct path insert?
I tried all these...and they all worked.
1. insert /*+ append */
2. insert /* + append */
3. insert /**+append **/
4. insert /**++apend **/

There seems no error for coding the hint
How do i know if my direct path insert really is direct?

Thanks