Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Source of Data Files?

I am trying to find the source of a specific data file...

I often use an Oracle DB, which is accessible via a web browser. After
logging into the DB, I can make a few selections for the specific data sets
that I want to view, or I can see a saved data set. Anyway, all of this is
ok, but I was hoping to find a more direct way of accessing the data that I
need (probably the saved data set). By clicking on Data Import External
Data New Database Query, I can see tabs that read Databases, Queries, and
OLAP Cubes. I am pretty sure Databases will give me access to this Oracle
DB, but Im not positive. In any event, I dont know where to search for the
Database once I click the €˜Browse button. Is there a way to see the source
of the Oracle BD, which now is only viewable through the web browser? Id
appreciate any help I can get with this. Eventually Id like to record a
small macro to have the import done automatically, once the link between
Excel and Oracle is established.

Thanks for the assistance!!
Ryan--



--
RyGuy
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Source of Data Files?

Everything depends on how your database is set up. When you select
Data Import External Data New Database Query
You should see Oracle listed as one of the database options on the Databases
tab. At this point you are accessing the ODBC connection to the oracle
Databases. When you do this you will probably be presented with a list of
DSN's (data server names). Now you need to know on where the tables you want
to access live. Once you select that server you will be shown a list of the
tables on that server. Select the appropriate table and MS Query will open
up. You can now add other tables and criteria and such to generate the data
set you want. The data set can be returned directly to XL or to a pivot
table. If you send the data set to a pivot table you are not limited to
65,536 records.
--
HTH...

Jim Thomlinson


"ryguy7272" wrote:

I am trying to find the source of a specific data file...

I often use an Oracle DB, which is accessible via a web browser. After
logging into the DB, I can make a few selections for the specific data sets
that I want to view, or I can see a saved data set. Anyway, all of this is
ok, but I was hoping to find a more direct way of accessing the data that I
need (probably the saved data set). By clicking on Data Import External
Data New Database Query, I can see tabs that read Databases, Queries, and
OLAP Cubes. I am pretty sure Databases will give me access to this Oracle
DB, but Im not positive. In any event, I dont know where to search for the
Database once I click the €˜Browse button. Is there a way to see the source
of the Oracle BD, which now is only viewable through the web browser? Id
appreciate any help I can get with this. Eventually Id like to record a
small macro to have the import done automatically, once the link between
Excel and Oracle is established.

Thanks for the assistance!!
Ryan--



--
RyGuy

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Source of Data Files?

Good advice! I know the Pivot Table loophole; you can probably have over a
million rows in the database, and squeeze it into a Pivot Table as long as
the the Pivot Table doesn't exceed the 65k (approx.) limit. Then problem is
that I can't find the ODBC connection...

If I go into Control Panel Administrative Tools Data Sources
(ODBC)...how do I find it in there? I don't know what the path to the DB is.
Can I get it from the web browser...somehow?

Thanks so much,
Ryan--


--
RyGuy


"Jim Thomlinson" wrote:

Everything depends on how your database is set up. When you select
Data Import External Data New Database Query
You should see Oracle listed as one of the database options on the Databases
tab. At this point you are accessing the ODBC connection to the oracle
Databases. When you do this you will probably be presented with a list of
DSN's (data server names). Now you need to know on where the tables you want
to access live. Once you select that server you will be shown a list of the
tables on that server. Select the appropriate table and MS Query will open
up. You can now add other tables and criteria and such to generate the data
set you want. The data set can be returned directly to XL or to a pivot
table. If you send the data set to a pivot table you are not limited to
65,536 records.
--
HTH...

Jim Thomlinson


"ryguy7272" wrote:

I am trying to find the source of a specific data file...

I often use an Oracle DB, which is accessible via a web browser. After
logging into the DB, I can make a few selections for the specific data sets
that I want to view, or I can see a saved data set. Anyway, all of this is
ok, but I was hoping to find a more direct way of accessing the data that I
need (probably the saved data set). By clicking on Data Import External
Data New Database Query, I can see tabs that read Databases, Queries, and
OLAP Cubes. I am pretty sure Databases will give me access to this Oracle
DB, but Im not positive. In any event, I dont know where to search for the
Database once I click the €˜Browse button. Is there a way to see the source
of the Oracle BD, which now is only viewable through the web browser? Id
appreciate any help I can get with this. Eventually Id like to record a
small macro to have the import done automatically, once the link between
Excel and Oracle is established.

Thanks for the assistance!!
Ryan--



--
RyGuy

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Source of Data Files?

As an IT person I would suggest asking your IT person for assistance.
You'll need a username and password to query the data, and they may or may
not be willing to give you "direct" access to the database.

You'll also need the Oracle client package installed on your local machine.

Tim

"ryguy7272" wrote in message
...
Good advice! I know the Pivot Table loophole; you can probably have over
a
million rows in the database, and squeeze it into a Pivot Table as long as
the the Pivot Table doesn't exceed the 65k (approx.) limit. Then problem
is
that I can't find the ODBC connection...

If I go into Control Panel Administrative Tools Data Sources
(ODBC)...how do I find it in there? I don't know what the path to the DB
is.
Can I get it from the web browser...somehow?

Thanks so much,
Ryan--


--
RyGuy


"Jim Thomlinson" wrote:

Everything depends on how your database is set up. When you select
Data Import External Data New Database Query
You should see Oracle listed as one of the database options on the
Databases
tab. At this point you are accessing the ODBC connection to the oracle
Databases. When you do this you will probably be presented with a list of
DSN's (data server names). Now you need to know on where the tables you
want
to access live. Once you select that server you will be shown a list of
the
tables on that server. Select the appropriate table and MS Query will
open
up. You can now add other tables and criteria and such to generate the
data
set you want. The data set can be returned directly to XL or to a pivot
table. If you send the data set to a pivot table you are not limited to
65,536 records.
--
HTH...

Jim Thomlinson


"ryguy7272" wrote:

I am trying to find the source of a specific data file...

I often use an Oracle DB, which is accessible via a web browser. After
logging into the DB, I can make a few selections for the specific data
sets
that I want to view, or I can see a saved data set. Anyway, all of
this is
ok, but I was hoping to find a more direct way of accessing the data
that I
need (probably the saved data set). By clicking on Data Import
External
Data New Database Query, I can see tabs that read Databases, Queries,
and
OLAP Cubes. I am pretty sure Databases will give me access to this
Oracle
DB, but I'm not positive. In any event, I don't know where to search
for the
Database once I click the 'Browse' button. Is there a way to see the
source
of the Oracle BD, which now is only viewable through the web browser?
I'd
appreciate any help I can get with this. Eventually I'd like to record
a
small macro to have the import done automatically, once the link
between
Excel and Oracle is established.

Thanks for the assistance!!
Ryan--



--
RyGuy



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Source of Data Files?

You pretty much hit the nail on the head Tim; the IT people aren't really
interested in providing "direct" access for the finance people. I thought I
could come up with a workaround, but it doesn't seem like it is going to
happen. Thanks for confirming my suspicions.

Regards,
Ryan--

--
RyGuy


"Tim Williams" wrote:

As an IT person I would suggest asking your IT person for assistance.
You'll need a username and password to query the data, and they may or may
not be willing to give you "direct" access to the database.

You'll also need the Oracle client package installed on your local machine.

Tim

"ryguy7272" wrote in message
...
Good advice! I know the Pivot Table loophole; you can probably have over
a
million rows in the database, and squeeze it into a Pivot Table as long as
the the Pivot Table doesn't exceed the 65k (approx.) limit. Then problem
is
that I can't find the ODBC connection...

If I go into Control Panel Administrative Tools Data Sources
(ODBC)...how do I find it in there? I don't know what the path to the DB
is.
Can I get it from the web browser...somehow?

Thanks so much,
Ryan--


--
RyGuy


"Jim Thomlinson" wrote:

Everything depends on how your database is set up. When you select
Data Import External Data New Database Query
You should see Oracle listed as one of the database options on the
Databases
tab. At this point you are accessing the ODBC connection to the oracle
Databases. When you do this you will probably be presented with a list of
DSN's (data server names). Now you need to know on where the tables you
want
to access live. Once you select that server you will be shown a list of
the
tables on that server. Select the appropriate table and MS Query will
open
up. You can now add other tables and criteria and such to generate the
data
set you want. The data set can be returned directly to XL or to a pivot
table. If you send the data set to a pivot table you are not limited to
65,536 records.
--
HTH...

Jim Thomlinson


"ryguy7272" wrote:

I am trying to find the source of a specific data file...

I often use an Oracle DB, which is accessible via a web browser. After
logging into the DB, I can make a few selections for the specific data
sets
that I want to view, or I can see a saved data set. Anyway, all of
this is
ok, but I was hoping to find a more direct way of accessing the data
that I
need (probably the saved data set). By clicking on Data Import
External
Data New Database Query, I can see tabs that read Databases, Queries,
and
OLAP Cubes. I am pretty sure Databases will give me access to this
Oracle
DB, but I'm not positive. In any event, I don't know where to search
for the
Database once I click the 'Browse' button. Is there a way to see the
source
of the Oracle BD, which now is only viewable through the web browser?
I'd
appreciate any help I can get with this. Eventually I'd like to record
a
small macro to have the import done automatically, once the link
between
Excel and Oracle is established.

Thanks for the assistance!!
Ryan--



--
RyGuy




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linked Files (Source and Dependent files) midcastro Links and Linking in Excel 0 February 19th 11 04:16 PM
moving pivot table data source files Will C. Excel Discussion (Misc queries) 2 June 5th 06 11:48 PM
Pivot Table data source "data source contains no visible tables" Jane Excel Worksheet Functions 0 September 29th 05 08:28 PM
recovering chart source data from deleted files [email protected] Excel Discussion (Misc queries) 1 August 30th 05 12:53 AM
How can i set the source-data-range of pivottable2 to the source . Piet Excel Discussion (Misc queries) 0 March 5th 05 09:31 PM


All times are GMT +1. The time now is 11:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"