Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Problems with Linked Server to Oracle

    You need to add schema name befor table name,also you must enter schema name and table name in capital letter.

    select * from linkedserver..SCHEMANAME.TABLENAME

    It's working fine with me.

Viewing post 1 (of 1 total)