Re: Oracle exp on VMS

From: Malcolm Dew-Jones <yf110_at_vtn1.victoria.tc.ca>
Date: 16 Mar 2004 11:58:40 -0800
Message-ID: <40575c70_at_news.victoria.tc.ca>


Gudmundur Josepsson (gjosepsson_at_yahoo.com) wrote:
: Hi,

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

: exp userid=scott/tiger_at_orc1 tables=emp query=where job like 'CLERK'

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

    exp userid=scott/tiger_at_orc1 tables=emp query="where job like 'CLERK'"

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

    exp userid=scott/tiger_at_orc1 tables=emp "query=where job like 'CLERK'"

(My VMS'ing is very out of date though.) Received on Tue Mar 16 2004 - 20:58:40 CET

Original text of this message