#!/usr/bin/ksh # # rls.ksh # Pete Finnigan # 07-Nov-2003 # # Example code for an article for www.securityfocus.com called "Oracle # Row level Security" by Pete Finnigan (pete@petefinnigan.com) # website http://www.petefinnigan.com - see http://www.petefinnigan.com/orasec.htm # for other oracle security papers by Pete Finnigan. # # # sample command to export the transactions table, change the connect alias # from zulia to your own. Also change the path i have used to your own liking # C:\oracle\admin\zulia\udump>exp vpd/vpd@zulia file=exp.dat tables=transactions # # the same command as above except the direct mode parameter is set. The same # changes as above also apply. # C:\oracle\admin\zulia\udump>exp vpd/vpd@zulia file=exp.dat tables=transactions direct=true