Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7598515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:25:31+00:00 2026-05-30T22:25:31+00:00

In my Oracle table there are columns with different type. I want to read

  • 0

In my Oracle table there are columns with different type.
I want to read all columns as number.

String str = resultSet.getString("col1");

The problem is that if column in database is defined as number, and value is

0.5

the returned string will be

.5

I can not use any other getter like getDecimal() and etc.

If I use:

String str = resultSet.getObject("col1").toString(); 

I’ll get an exception if the value is null.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T22:25:33+00:00Added an answer on May 30, 2026 at 10:25 pm

    You could use

    String str = String.valueOf(resultSet.getObject("col1"));
    

    as a simple workaround to avoid any exceptions. (Not sure why you can’t use resultSet.getDouble("col1") though.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Oracle table with two columns ID and START_DATE, I want to
Yesterday I wanted to add a boolean field to an Oracle table. However, there
I have an oracle table with a column from type SYS.XMLTYPE and a storage
In Oracle I have a partitioned table. The partitions are of different sizes and
I have this table: create table demo ( key number(10) not null, type varchar2(3)
I have a column in an Oracle DB table that is of type TIMESTAMP(6)
[Previous essay-title for question] Oracle SQL: update parent table column if all child table
Consider a table with 3 columns: ID (unique, taken from an Oracle sequence), CATEGORY
Please consider the following table structure on Oracle: create table DOCS ( DOC_NO NUMBER
I have a table with a large number of columns (~60), which will eventually

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.