English 中文(简体)
从Oracle 10g数据库出口,有11g客户。
原标题:Export from Oracle 10g database with 11g client - detailed

Database Version : 10g Enterprise Edition Release 10.2.0.4.0

客户版本:11g 企业版第11.2.0.1.0版(窗口7 64bit)

When I try to export (exp) a table from database: exp usr/pass@remote_db file=f.dmp tables=table

我有以下错误:

EXP-00008: ORACLE error 904 encountered
ORA-00904: "POLTYP": invalid
identifier EXP-00000: Export terminated unsuccessfully

I know this question was answered earlier (the answer is "install 10g client to use its exp utility"), but I still didn t understand correctly:

  1. 甲骨文10g客户10.2.0.4对此是否ok? 我是否需要设立国家航天中心等?

  2. If I use the previous command to export the DB will the system automatically use the Ora10g client exp tool?

问题回答

(1) 是的,10.2.0.4客户将是科索沃。 是的,假设你使用斜线号(ora)文档与数据库连接,你需要混淆地名。 在Oracle家中,新安装了10.2.0。 4名客户或设置<代码> TNS_ADMIN Environmental changing to point at a individual tnsnames.ora file for all Degrading Homes on the services. 如果你不使用避风港档案与数据库连接,你就不需要打断。

(2) 奉派的指挥人员将使用业务系统的名称解决逻辑来确定哪些可起诉。 一般来说,每家Oracle Home首先在操作系统PATH环境变量中都会受到迫害。 当然,你可以指明一条明确的道路,或将目前的目录改为10.2.0.4Oracle住房的%。 如果这家住房不是先入住。





相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

How to make a one to one left outer join?

I was wondering, is there a way to make a kind of one to one left outer join: I need a join that matches say table A with table B, for each record on table A it must search for its pair on table B, ...

Insert if not exists Oracle

I need to be able to run an Oracle query which goes to insert a number of rows, but it also checks to see if a primary key exists and if it does, then it skips that insert. Something like: INSERT ALL ...

How can I store NULLs in NOT NULL field?

I just came across NULL values in NOT-NULL fields in our test database. How could they get there? I know that NOT-NULL constraints can be altered with NOVALIDATE clause, but that would change table s ...

Type reference scope

I m studying databases and am currently working on a object-relational DB project and I ve encountered a small problem with the number of possible constraints in an object table. I m using "Database ...

OracleParameter and DBNull.Value

we have a table in an Oracle Database which contains a column with the type Char(3 Byte). Now we use a parameterized sql to select some rows with a DBNull.Value and it doesn t work: OracleCommand ...

热门标签