Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Removing a table form SQLite DB

user6438798Mar 21 2016 — edited Mar 24 2016

Hi,

Publication contains a couple of tables. I removed one of them, Started msync on the client, but the table remained in the SQLite database.

How can I remove this table from SQLite?

The original reason was: I wanted to extend primary key of this table, but I got synchronization errors. So I decided first to remove it , and later add to the publication.

thanks

Zoltán

This post has been answered by Winnie.Hu-Oracle on Mar 21 2016
Jump to Answer

Comments

985547
Hi Mike,

I have a similar error. I can connect to database with TNSPING, and I can also connect with SQL Developer. But I am unable to connect with Access using ODBC, I get ORA-12154 error. Am also completely stumped. So if anyone can help, I would appreciate it too.

(P.S. I have tried on a number of PCs here in the office, on one PC I have here I can connect using Access and ODBC, I can see the tables, I pick on a table, it says "linking", but it never links - it just hangs forever.)

Thanks for any pointers,

Tom
985547
..We solved our problem.
Previously I was using the system login and password. This gave the error.
I then used a specific user login and password for a specific schema and we got to our data OK.

The slightly annoying thing is that we did not get an error message - it just never linked and MS Access just hung when using the system login.

Best of luck with your problem.

Cheers,
Tom
967696
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 21 2016
Added on Mar 21 2016
3 comments
1,234 views