oracle8.1.6 begin :1 := content_symlink.new ( name => :name, target_id => :target_id, label => :label, parent_id => :parent_id, symlink_id => :symlink_id, creation_user => :creation_user, creation_ip => :creation_ip, package_id => :package_id ); end; begin content_symlink.del ( symlink_id => :symlink_id ); end; select content_symlink.is_symlink (:item_id) from dual select content_symlink.resolve ( :item_id ) from dual select content_symlink.resolve_content_type ( :item_id ) from dual