![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I'm trying to retrieve a list of tables from all_tables in a given Oracle db. I'm using the .NET provider (by Microsoft) and I always obtain the results in uppercase. The problem is that some tables where defined in "Mixed/Case" so when I retrieve the list I need to obtain the exact case used when they were created. Do you know how can I achieve this? Thank-you. Abbeyro |
#3
| |||
| |||
|
|
Hello, I'm trying to retrieve a list of tables from all_tables in a given Oracle db. I'm using the .NET provider (by Microsoft) and I always obtain the results in uppercase. The problem is that some tables where defined in "Mixed/Case" so when I retrieve the list I need to obtain the exact case used when they were created. Do you know how can I achieve this? Thank-you. Abbeyro |
#4
| |||
| |||
|
|
Hello, I'm trying to retrieve a list of tables from all_tables in a given Oracle db. I'm using the .NET provider (by Microsoft) and I always obtain the results in uppercase. The problem is that some tables where defined in "Mixed/Case" so when I retrieve the list I need to obtain the exact case used when they were created. Do you know how can I achieve this? Thank-you. Abbeyro |
#5
| |||
| |||
|
|
Hello, I'm trying to retrieve a list of tables from all_tables in a given Oracle db. I'm using the .NET provider (by Microsoft) and I always obtain the results in uppercase. The problem is that some tables where defined in "Mixed/Case" so when I retrieve the list I need to obtain the exact case used when they were created. Do you know how can I achieve this? Thank-you. Abbeyro |
#6
| |||
| |||
|
|
I'm trying to retrieve a list of tables from all_tables in a given Oracle db. I'm using the .NET provider (by Microsoft) and I always obtain the results in uppercase. The problem is that some tables where defined in "Mixed/Case" so when I retrieve the list I need to obtain the exact case used when they were created. Do you know how can I achieve this? |
#7
| |||
| |||
|
|
I'm trying to retrieve a list of tables from all_tables in a given Oracle db. I'm using the .NET provider (by Microsoft) and I always obtain the results in uppercase. The problem is that some tables where defined in "Mixed/Case" so when I retrieve the list I need to obtain the exact case used when they were created. Do you know how can I achieve this? |
#8
| |||
| |||
|
|
I'm trying to retrieve a list of tables from all_tables in a given Oracle db. I'm using the .NET provider (by Microsoft) and I always obtain the results in uppercase. The problem is that some tables where defined in "Mixed/Case" so when I retrieve the list I need to obtain the exact case used when they were created. Do you know how can I achieve this? |
#9
| |||
| |||
|
|
I'm trying to retrieve a list of tables from all_tables in a given Oracle db. I'm using the .NET provider (by Microsoft) and I always obtain the results in uppercase. The problem is that some tables where defined in "Mixed/Case" so when I retrieve the list I need to obtain the exact case used when they were created. Do you know how can I achieve this? |
#10
| |||
| |||
|
|
Adding to Ken's reply: there is also a slight chance that your .NET provider changes case, e.g. if you use some metadata facility. You could try to directly query USER_TABLES to see the table names. |
![]() |
| Thread Tools | |
| Display Modes | |
| |