> I have a .sql file that is executing four pages of code like this. > > Connect intdm/ddddd
This is connecting to the intdm user's default schema. A user's schema controls what that user can see and interact with. > Exec chem_epa2 This is running a stored procedure or package. > ... > @epa_compare6.sql This is executing whatever's in the file epa_compare6.sql. > exec checkstatus(6) This is executing the checkstatus function. I'm a dummy when it comes to Oracle, so I'm not sure whether that's a native function or not. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292890 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

