PDA

View Full Version : Oracle exp on VMS


Gudmundur Josepsson
03-16-2004, 03:26 AM
Hi,

How can I quote the query clause so that it works on DCL/VMS?

exp userid=scott/tiger@orc1 tables=emp query=where job like 'CLERK'

Thanks,
Gudmundur

Malcolm Dew-Jones
03-16-2004, 11:58 AM
Gudmundur Josepsson (gjosepsson@yahoo.com) wrote:
: Hi,

: How can I quote the query clause so that it works on DCL/VMS?

: exp userid=scott/tiger@orc1 tables=emp query=where job like 'CLERK'

Is there some reasn why simply quoting it doesn't work?

exp userid=scott/tiger@orc1 tables=emp query="where job like 'CLERK'"

or, depending on how the interface to exp is implemented, possibly

exp userid=scott/tiger@orc1 tables=emp "query=where job like 'CLERK'"



(My VMS'ing is very out of date though.)


MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service