I'm trying to set up an oracle extractor. It requi...
# getting-started
l
I'm trying to set up an oracle extractor. It requires SID but I have HOST and SERVICENAME. Is there a way to use those instead?
n
i haven’t’ used the oracle extractor, but depending on the oracle client you can usually use this format to connect …
Copy code
jdbc:oracle:thin:@//HOSTNAME:PORT/SERVICENAME
in place of a SID.
Copy code
@//HOSTNAME:PORT/SERVICENAME
… is the important part. good luck !
l
that will not work.
n
no problem, was just a suggestion, i haven’t queried an oracle database for a few years 🙂