I have csv file and i want to import that data to oracle database.
but before that i want it to check whether table ‘xyz’ exist in database or not.
I want to do it through java .. anyone knows how to do it through java ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Wikipedia has some good info on getting at oracle metadata.
Replace NAME_OF_TABLE with the name of your table and if you get a result of 1, you have your table.