Oracle connection #371
-
Hi, I have used your package to successfully connect my oracle database, and get table data much faster than pandas. But when I connect the second oracle database, I met a trouble and got The first conn str looks like; The second conn str I used is a custom jdbc url: Both connections strings worked fine on pandas. How would I update the above connection string to make it work? Liwen |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @liwen-wang , I think the first connection is correct. Is there any special characters in your connection string? Can you try to url encode each part of the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hi @liwen-wang , I think the first connection is correct. Is there any special characters in your connection string? Can you try to url encode each part of the
conn
?