update remote database [message #435852] |
Fri, 18 December 2009 07:21 |
anat1983
Messages: 6 Registered: December 2009
|
Junior Member |
|
|
hello!
i am trying to update my table on remote database (sql server) and i have error:
UPDATE billing.pack_sub@billing SET sub_id = (select sub_id from subscriber)
*
ERROR at line 1:
ORA-00904: "SUB_ID": invalid identifier
i have this table:
SQL> desc billing.pack_sub@billing;
Name Null? Type
--------
sub_id NOT NULL NUMBER(10)
package_cost NUMBER(19,4)
phone_cost NUMBER(19,4)
sms_cost NUMBER(19,4)
multi_cost NUMBER(19,4)
is someone know what is the problem?
ty
|
|
|
|
|
|
|
|