Unix Technical Forum

What is a database developer in .net environment?

This is a discussion on What is a database developer in .net environment? within the Oracle Database forums, part of the Database Server Software category; --> Hi, What is a database developer, especially ORACLE databse developer in ..net environment? My impression of a database developer ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-24-2008, 05:55 PM
Mike
 
Posts: n/a
Default What is a database developer in .net environment?

Hi,

What is a database developer, especially ORACLE databse developer in
..net environment? My impression of a database developer is one that can
write stored procedure. Or is a database developer just a programmer
(ASP, C##, etc.) who can also code stored procedures? Thanks for
enlightening!


Mike

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-24-2008, 05:55 PM
IANAL_VISTA
 
Posts: n/a
Default Re: What is a database developer in .net environment?

"Mike" <matezuka@yahoo.com> wrote in
news:1128789989.219091.319230@f14g2000cwb.googlegr oups.com:

> Hi,
>
> What is a database developer, especially ORACLE databse developer in
> .net environment? My impression of a database developer is one that can
> write stored procedure. Or is a database developer just a programmer
> (ASP, C##, etc.) who can also code stored procedures? Thanks for
> enlightening!
>
>
> Mike
>
>


It depends.

It depends upon who is asking, their background & application environment.

Some folks might assert that an Oracle developer knows how to use Oracle
Forms & Reports.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-24-2008, 05:55 PM
Niall Litchfield
 
Posts: n/a
Default Re: What is a database developer in .net environment?

Mike wrote:
> Hi,
>
> What is a database developer, especially ORACLE databse developer in
> .net environment? My impression of a database developer is one that can
> write stored procedure. Or is a database developer just a programmer
> (ASP, C##, etc.) who can also code stored procedures? Thanks for
> enlightening!
>
>
> Mike
>

I'd suggest a database developer is a developer that develops database
driven applications. A good one will know which tool to use when to
accomplish their goals. By definition that would include understanding
SQL and PL/SQL as well as the client/mid-tier application development
languages.

--
Niall Litchfield
Oracle DBA
http://www.niall.litchfield.dial.pipex.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-24-2008, 05:55 PM
DA Morgan
 
Posts: n/a
Default Re: What is a database developer in .net environment?

Mike wrote:
> Hi,
>
> What is a database developer, especially ORACLE databse developer in
> .net environment?
>
> Mike


Frustrated.

--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-24-2008, 05:55 PM
hpuxrac
 
Posts: n/a
Default Re: What is a database developer in .net environment?

As other people noted, it depends on where you are, what you know, if
the organization you are working for actually has a clue about training
people and some kind of methodology for how applications are developed.

Too often a database developer just throws some kind of microsoft tool
or ugly java/php code against oracle. Not always their fault, but
often a byproduct of the get it done quickly mentality.

I find myself (this time, not a typical thing) in agreement with Mr.
Morgans description "frustrated".

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-24-2008, 05:55 PM
Niall Litchfield
 
Posts: n/a
Default Re: What is a database developer in .net environment?

DA Morgan wrote:
> Mike wrote:
>
>> Hi,
>>
>> What is a database developer, especially ORACLE databse developer in
>> .net environment?
>>
>> Mike

>
>
> Frustrated.
>

any more so than a database developer in the java world?

--
Niall Litchfield
Oracle DBA
http://www.niall.litchfield.dial.pipex.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-24-2008, 05:56 PM
HansF
 
Posts: n/a
Default Re: What is a database developer in .net environment?

On Sun, 09 Oct 2005 13:27:11 +0100, Niall Litchfield interested us by
writing:

> DA Morgan wrote:
>> Mike wrote:
>>
>>> Hi,
>>>
>>> What is a database developer, especially ORACLE databse developer in
>>> .net environment?
>>>
>>> Mike

>>
>>
>> Frustrated.
>>

> any more so than a database developer in the java world?


Java developers don't get frustrated. After all, anyone who has 3279
classes and interfaces to learn (based on j2SE 1.5 API doc) to become
proficient in the basics doesn't have time to be frustrated. Or time to
read the doc and find out how to do things. <g>

--
Hans Forbrich
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard_at_gmail.com
*** I no longer assist with top-posted newsgroup queries ***

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-24-2008, 05:56 PM
DA Morgan
 
Posts: n/a
Default Re: What is a database developer in .net environment?

Niall Litchfield wrote:
> DA Morgan wrote:
>
>> Mike wrote:
>>
>>> Hi,
>>>
>>> What is a database developer, especially ORACLE databse developer in
>>> .net environment?
>>>
>>> Mike

>>
>>
>>
>> Frustrated.
>>

> any more so than a database developer in the java world?


Database developers have a far better understanding and respect for
what Java developers do than the other way around.

I know that I have never coded a multi-threaded, multi-layer
application. I don't pretend otherwise. But I've yet to meet
the Java developer that doesn't fully understand that a database
is a bit bucket.
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-24-2008, 05:56 PM
Matthias Hoys
 
Posts: n/a
Default Re: What is a database developer in .net environment?

>>>
>>>
>>> Frustrated.
>>>

>> any more so than a database developer in the java world?

>
> Java developers don't get frustrated. After all, anyone who has 3279
> classes and interfaces to learn (based on j2SE 1.5 API doc) to become
> proficient in the basics doesn't have time to be frustrated. Or time to
> read the doc and find out how to do things. <g>
>
> --


Couldn't the same be said of Oracle DBA's ? :-)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-24-2008, 05:56 PM
Niall Litchfield
 
Posts: n/a
Default Re: What is a database developer in .net environment?

HansF wrote:
> Java developers don't get frustrated. After all, anyone who has 3279
> classes and interfaces to learn (based on j2SE 1.5 API doc) to become
> proficient in the basics doesn't have time to be frustrated. Or time to
> read the doc and find out how to do things. <g>
>

don't forget all the 42,000 standards out there...

I guess my point was more that I see J2EE and .Net as being frustrating
places to be for database developers, but not one more than the other.

both are frustrating for anyone with a passing familiarity with
relational theory as well.



--
Niall Litchfield
Oracle DBA
http://www.niall.litchfield.dial.pipex.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:00 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com