473,792 Members | 3,076 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is it like to work with Oracle?

Hi all,

I am thinking about becoming an Oracle developer. I have experience with
Centura Team Developer AKA SQLWindows, this is a front-end developer
environment for a variety of of database servers: Oracle, MS SqlServer,
Informix etc.

What is it like to work with the Oracle developer environment?
Is it nice or rather ok or so-so, or do you love it? For instance, does it
have a nice debugger, is it intuitive, logical, effective, productive etc?
Can anyone share his/her experience?

Thanks in advance

Corrado
Feb 21 '06 #1
4 7173
Corrado Valiente wrote:
Hi all,

I am thinking about becoming an Oracle developer. I have experience with
Centura Team Developer AKA SQLWindows, this is a front-end developer
environment for a variety of of database servers: Oracle, MS SqlServer,
Informix etc.

What is it like to work with the Oracle developer environment?
Oracle Developer is like any other mickeymouse point/click tool. It may be easy
to use, but you - the programmer - lose as you no longer truely understand the
technology you are using...

Is it nice or rather ok or so-so, or do you love it? For instance, does it
have a nice debugger, is it intuitive, logical, effective, productive etc?
Can anyone share his/her experience?

Thanks in advance

Corrado


--
Michael Austin.
DBA Consultant
Donations welcomed. Http://www.firstdbasource.com/donations.html
:)
Feb 21 '06 #2
Depends entirely on what yiou are trying to develop and what language you
are trying to use to develop.

Oracle Developer is the common name for a SUITE of products, that includes

- Oracle Forms; (a forms builder - think PowerBuilder, VB but in PL/SQL)
- Oracle Reports; (a report builder - think Crystal Reports)
- Oracle JDeveloper; (a Java IDE - think Eclipse)
- Warehouse Builder; (an ETL builder - think
- Oracle Designer; (a CASE tool - think Erwin and other modelling tools)
- Oracle Discoverer; (ad hoc query administrator - think Informatica)
- Oracle SCM; (source code config mgt - think CVS, Safe Source)

IN all cases, Oracle provides a decent and usable environment. Whether it
is for you depends on your brain - as with any GUI environment, your
comfort level depends on whether you CAN think in the same way the
developer of the enviuronment thinks.

Whether it is superior, or even functional, for an individual is often a
matter of religion.

I fully expect flames on this from all sorts of [explicative deleted]
people who have reasons for not using a specific component of the suite -
usually religious ravings that do not take into account that things
change/improve over time.

--
Hans Forbrich
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard _at_gmail.com
*** Top posting [replies] guarantees I won't respond. ***

Feb 22 '06 #3

"HansF" <Ne*******@telu s.net> wrote in message
news:pa******** *************** *****@telus.net ...
Depends entirely on what yiou are trying to develop and what language you
are trying to use to develop.

Oracle Developer is the common name for a SUITE of products, that includes

- Oracle Forms; (a forms builder - think PowerBuilder, VB but in PL/SQL)
- Oracle Reports; (a report builder - think Crystal Reports)
- Oracle JDeveloper; (a Java IDE - think Eclipse)
- Warehouse Builder; (an ETL builder - think
- Oracle Designer; (a CASE tool - think Erwin and other modelling tools)
- Oracle Discoverer; (ad hoc query administrator - think Informatica)
- Oracle SCM; (source code config mgt - think CVS, Safe Source)

IN all cases, Oracle provides a decent and usable environment. Whether it
is for you depends on your brain - as with any GUI environment, your
comfort level depends on whether you CAN think in the same way the
developer of the enviuronment thinks.

Whether it is superior, or even functional, for an individual is often a
matter of religion.

I fully expect flames on this from all sorts of [explicative deleted]
people who have reasons for not using a specific component of the suite -
usually religious ravings that do not take into account that things
change/improve over time.

--
Hans Forbrich
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard _at_gmail.com
*** Top posting [replies] guarantees I won't respond. ***


You forgot to mention sql*plus :-p
Feb 24 '06 #4
On Fri, 24 Feb 2006 20:32:59 +0100, Matthias Hoys wrote:

You forgot to mention sql*plus :-p


That's part of the Programmer kit, not the Developer kit.

--
Hans Forbrich
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard _at_gmail.com
*** Top posting [replies] guarantees I won't respond. ***

Feb 24 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
9221
by: Henry | last post by:
Hi experts of Oracle, I used Oracle for small queries, but now I have a task to create WEB-based report by getting data, summarying ( several counts, min and max) and re-formatting, where the data are from around 10 tables, each of them is > 10k records, some larger ones have > 1 million records. Using sql*plus to count all records in a table took 25 seconds Since it is web-based, the number one concern for me is speed. Hope you...
125
14858
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
5
2321
by: Michele | last post by:
What does the CIO need to know about Sequel Server administration?
11
13280
by: Ellen K | last post by:
Hi all, I set up our Oracle Financials as a linked server to one of my SQL Server boxes. On running a test query, I got the following error message: OLE DB provider 'MSDAORA' supplied inconsistent metadata for a column. Metadata information was changed at execution time. OLE DB error trace . The Oracle datatype of the column with the supposedly inconsistent
96
6254
by: BadPony | last post by:
Anyone using Peoplesoft on a Federated UDB (shared nothing)Environment on Open System Platforms? Preferably AIX, but any war stories would be good. TEA EB-C
24
7667
by: Hardy | last post by:
I'm pretty new in this field. when reading some 70x material, I met with this term but cannot catch its accurate meaning. who can help me? thanks in advance:)~
6
2504
by: Mudcat | last post by:
Hi, I am trying to build a tool that analyzes stock data. Therefore I am going to download and store quite a vast amount of it. Just for a general number - assuming there are about 7000 listed stocks on the two major markets plus some extras, 255 tradying days a year for 20 years, that is about 36 million entries. Obviously a database is a logical choice for that. However I've never used one, nor do I know what benefits I would get...
4
1788
by: MrBlueSky | last post by:
Hello! I've just finished working on my first Python app (a Tkinter-based program that displays the content of our application log files in graphical format). It was a great experience that's had a very positive response from my colleagues. So I'd like to try something different for my second Python application. It's a simple server that can launch and monitor the state of our program, to help our software developers. In my mind I...
4
776
by: Corrado Valiente | last post by:
Hi all, I am thinking about becoming an Oracle developer. I have experience with Centura Team Developer AKA SQLWindows, this is a front-end developer environment for a variety of of database servers: Oracle, MS SqlServer, Informix etc. What is it like to work with the Oracle developer environment? Is it nice or rather ok or so-so, or do you love it? For instance, does it have a nice debugger, is it intuitive, logical, effective,...
0
9670
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10430
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10159
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5436
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3719
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.