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

  • Home
  • SEARCH
  • 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 8357293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:25:54+00:00 2026-06-09T10:25:54+00:00

I have a question about case sensitivity on oracle. I am working on a

  • 0

I have a question about case sensitivity on oracle. I am working on a project that accesses oracle 11g database, the Oracle server is installed on windows server 2008. We are deploying this application on a linux environment at that point the application will communicate with oracle database on linux machine.

I want to know if case sensitivity will be an issue? ex. if my app queries a table name “Foo” as “select * from foo”, this is not a problem in windows environment, will this be a problem in linux ?

Thanks.

  • 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-06-09T10:25:57+00:00Added an answer on June 9, 2026 at 10:25 am

    For the most part, in the sense you are talking about Oracle can be treated as case insensitive. However, that isn’t actually the case.

    From the documentation:

    Nonquoted identifiers are not case sensitive. Oracle interprets them
    as uppercase. Quoted identifiers are case sensitive

    What this means is that typically all objects are created uppercase and Oracle treats:

    select * from foo;
    

    the same as:

    select * from "FOO";
    

    However, if your table was actually created as case sensitive, then you have to specify the correct case:

    select * from "Foo";
    

    It is rare in practice that you would create your objects as case sensitive, but Oracle does allow for it. If this isn’t clear, let me know and I will try to give a better explanation

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

Sidebar

Related Questions

My main question is about binding case in the scene that we have multiple
I have a question about case statements and nulls in a where clause. I
I have a question about ARC nad NSMutableArray. Here's the case: I have a
I have a question about forward in Kerberos: Does forward mean that the end
I have a question about Windows IPC. I implemented IPC with mutex on Windows,
I have a question about RAD & WAS Spring MVC development. So that we
I have a question about variable declaration in Objective-C in case of global variable
I have a question about kohana exceptions. I have a site that I want
I have a question about functional dependencies. My understanding was that, for example, if
I have a question about Sql database in android.Now Ive done the all Notepad

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.