dbTalk Databases Forums  

How to Export Database into csv files

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss How to Export Database into csv files in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #41  
Old   
timmg
 
Posts: n/a

Default Re: How to Export Database into csv files - 06-25-2008 , 03:16 PM






On Jun 23, 4:15*pm, joel garry <joel-ga... (AT) home (DOT) com> wrote:
Quote:
On Jun 12, 7:54*am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:

What's the problem, Ed? *The table prefix? *Querying the MSysObject
table?

As long as the poster is using a reasonable naming convention he can
move data from Access ...

Fire and brimstone has it's place too, but I'd rather not go there
either.
Has it's place? Heck, I feel like I have lakefront property on the
liquid brimstone front here in my cube. Stop by if you want some <g>


Reply With Quote
  #42  
Old   
Ed Prochak
 
Posts: n/a

Default Re: How to Export Database into csv files - 06-26-2008 , 12:27 PM






On Jun 12, 9:54 am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:
Quote:
What's the problem, Ed? The table prefix? Querying the MSysObject
table?

As long as the poster is using a reasonable naming convention he can
[]

Tim Mills-Groninger
...
[]

Assuming that your table names start with the prefix "tbl."

yuck, poohey!
Ed
The table name prefix is the problem. Its a form of Hungarian notation
and NOT a reasonable naming convention IMHO. Naming a table of
employees TBL_EMP is useless because the "TBL_" is redundant
information. Funny though, as I write this I realize I disagree with
myself when it comes to constraints and indices. Those I tend to name
a style like: THIS_IDX or BENEFIT_EMP_FK. Guess I should not have
reacted so strongly.

Ed
(as I slink off and slap my own wrist)



Reply With Quote
  #43  
Old   
Ed Prochak
 
Posts: n/a

Default Re: How to Export Database into csv files - 06-26-2008 , 12:27 PM



On Jun 12, 9:54 am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:
Quote:
What's the problem, Ed? The table prefix? Querying the MSysObject
table?

As long as the poster is using a reasonable naming convention he can
[]

Tim Mills-Groninger
...
[]

Assuming that your table names start with the prefix "tbl."

yuck, poohey!
Ed
The table name prefix is the problem. Its a form of Hungarian notation
and NOT a reasonable naming convention IMHO. Naming a table of
employees TBL_EMP is useless because the "TBL_" is redundant
information. Funny though, as I write this I realize I disagree with
myself when it comes to constraints and indices. Those I tend to name
a style like: THIS_IDX or BENEFIT_EMP_FK. Guess I should not have
reacted so strongly.

Ed
(as I slink off and slap my own wrist)



Reply With Quote
  #44  
Old   
Ed Prochak
 
Posts: n/a

Default Re: How to Export Database into csv files - 06-26-2008 , 12:27 PM



On Jun 12, 9:54 am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:
Quote:
What's the problem, Ed? The table prefix? Querying the MSysObject
table?

As long as the poster is using a reasonable naming convention he can
[]

Tim Mills-Groninger
...
[]

Assuming that your table names start with the prefix "tbl."

yuck, poohey!
Ed
The table name prefix is the problem. Its a form of Hungarian notation
and NOT a reasonable naming convention IMHO. Naming a table of
employees TBL_EMP is useless because the "TBL_" is redundant
information. Funny though, as I write this I realize I disagree with
myself when it comes to constraints and indices. Those I tend to name
a style like: THIS_IDX or BENEFIT_EMP_FK. Guess I should not have
reacted so strongly.

Ed
(as I slink off and slap my own wrist)



Reply With Quote
  #45  
Old   
Ed Prochak
 
Posts: n/a

Default Re: How to Export Database into csv files - 06-26-2008 , 12:27 PM



On Jun 12, 9:54 am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:
Quote:
What's the problem, Ed? The table prefix? Querying the MSysObject
table?

As long as the poster is using a reasonable naming convention he can
[]

Tim Mills-Groninger
...
[]

Assuming that your table names start with the prefix "tbl."

yuck, poohey!
Ed
The table name prefix is the problem. Its a form of Hungarian notation
and NOT a reasonable naming convention IMHO. Naming a table of
employees TBL_EMP is useless because the "TBL_" is redundant
information. Funny though, as I write this I realize I disagree with
myself when it comes to constraints and indices. Those I tend to name
a style like: THIS_IDX or BENEFIT_EMP_FK. Guess I should not have
reacted so strongly.

Ed
(as I slink off and slap my own wrist)



Reply With Quote
  #46  
Old   
timmg
 
Posts: n/a

Default Re: How to Export Database into csv files - 07-02-2008 , 09:30 AM



On Jun 26, 12:27*pm, Ed Prochak <edproc... (AT) gmail (DOT) com> wrote:
Quote:
On Jun 12, 9:54 am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:

What's the problem, Ed? *The table prefix? *Querying the MSysObject
table?
...

The table name prefix is the problem. Its a form of Hungarian notation
and NOT a reasonable naming convention IMHO....
Ah, the benefits of civil responses over flames - turns out we're on
common ground. I have some troubles with tbl as a prefix as well. I
tend to use it in VB/Access, where knowledge of the datatype - query
v. table makes sense in code. Within Oracle it is, I agree, a bit of
a repetitive redundancy.

And I think that we're in agreement that _some_ kind of naming
convention is a good thing.

Right now I'm working on an application where some of the data will
reside in Oracle - CONTROL_LIST, for example. Within Access there is
a link to that table called tbl_CONTROL_LIST. It's enough to give me
what I need to manage the Access code without worrying about
unnecessary overhead in Oracle.

Tim Mills-Groninger


Reply With Quote
  #47  
Old   
timmg
 
Posts: n/a

Default Re: How to Export Database into csv files - 07-02-2008 , 09:30 AM



On Jun 26, 12:27*pm, Ed Prochak <edproc... (AT) gmail (DOT) com> wrote:
Quote:
On Jun 12, 9:54 am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:

What's the problem, Ed? *The table prefix? *Querying the MSysObject
table?
...

The table name prefix is the problem. Its a form of Hungarian notation
and NOT a reasonable naming convention IMHO....
Ah, the benefits of civil responses over flames - turns out we're on
common ground. I have some troubles with tbl as a prefix as well. I
tend to use it in VB/Access, where knowledge of the datatype - query
v. table makes sense in code. Within Oracle it is, I agree, a bit of
a repetitive redundancy.

And I think that we're in agreement that _some_ kind of naming
convention is a good thing.

Right now I'm working on an application where some of the data will
reside in Oracle - CONTROL_LIST, for example. Within Access there is
a link to that table called tbl_CONTROL_LIST. It's enough to give me
what I need to manage the Access code without worrying about
unnecessary overhead in Oracle.

Tim Mills-Groninger


Reply With Quote
  #48  
Old   
timmg
 
Posts: n/a

Default Re: How to Export Database into csv files - 07-02-2008 , 09:30 AM



On Jun 26, 12:27*pm, Ed Prochak <edproc... (AT) gmail (DOT) com> wrote:
Quote:
On Jun 12, 9:54 am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:

What's the problem, Ed? *The table prefix? *Querying the MSysObject
table?
...

The table name prefix is the problem. Its a form of Hungarian notation
and NOT a reasonable naming convention IMHO....
Ah, the benefits of civil responses over flames - turns out we're on
common ground. I have some troubles with tbl as a prefix as well. I
tend to use it in VB/Access, where knowledge of the datatype - query
v. table makes sense in code. Within Oracle it is, I agree, a bit of
a repetitive redundancy.

And I think that we're in agreement that _some_ kind of naming
convention is a good thing.

Right now I'm working on an application where some of the data will
reside in Oracle - CONTROL_LIST, for example. Within Access there is
a link to that table called tbl_CONTROL_LIST. It's enough to give me
what I need to manage the Access code without worrying about
unnecessary overhead in Oracle.

Tim Mills-Groninger


Reply With Quote
  #49  
Old   
timmg
 
Posts: n/a

Default Re: How to Export Database into csv files - 07-02-2008 , 09:30 AM



On Jun 26, 12:27*pm, Ed Prochak <edproc... (AT) gmail (DOT) com> wrote:
Quote:
On Jun 12, 9:54 am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:

What's the problem, Ed? *The table prefix? *Querying the MSysObject
table?
...

The table name prefix is the problem. Its a form of Hungarian notation
and NOT a reasonable naming convention IMHO....
Ah, the benefits of civil responses over flames - turns out we're on
common ground. I have some troubles with tbl as a prefix as well. I
tend to use it in VB/Access, where knowledge of the datatype - query
v. table makes sense in code. Within Oracle it is, I agree, a bit of
a repetitive redundancy.

And I think that we're in agreement that _some_ kind of naming
convention is a good thing.

Right now I'm working on an application where some of the data will
reside in Oracle - CONTROL_LIST, for example. Within Access there is
a link to that table called tbl_CONTROL_LIST. It's enough to give me
what I need to manage the Access code without worrying about
unnecessary overhead in Oracle.

Tim Mills-Groninger


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.