environment variables in export parameter files [message #128295] |
Sun, 17 July 2005 06:25 |
reuven
Messages: 3 Registered: July 2005 Location: israel
|
Junior Member |
|
|
hi
i'm trying to create an export parameter file,
which will include an unix environment-variable
the calling script is:
#!/bin/ksh
TABLE_NAME=my_table_in_the_DB
export TABLE_NAME
exp tlsdbo45/apdo45@tls6 BUFFER=100000 STATISTICS=NONE parfile=exppar.dat
the parameter file is:
file=dump.dmp
tables=$TABLE_NAME
log=emp.txt
when i run the calling script
i got the following error:
Export: Release 9.2.0.6.0 - Production on Sun Jul 17 14:16:21 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.6.0 - Production
Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
About to export specified tables via Conventional Path ...
EXP-00011: TLSDBO45.$TABLE_NAME does not exist
Export terminated successfully with warnings.
someone knows how can i solve the problem?
thanks
[Updated on: Sun, 17 July 2005 06:27] Report message to a moderator
|
|
|
|
|
|
|