Which PL/SQL developer tool is best to develop the PL/SQL program?

Hi, all, who know which PL/SQL developer tool is best to develop the PL/SQL program? it is jdeveloper or designer or third party developer tool? please let me know, Thanks!

To be honest , I have been using only Notepad or
a simple Textpad ..to this date.
While these tools may be of help in indenting and beautification of code, I feel you lose your debugging skills and forget the SQL-PL/SQL syntax with them.
Cheers
Ashwin N.

Similar Messages

  • Does SQL Developer has login.sql script where I can put all the env SQLs?

    Hello community,
    Please help me out with a simple question.
    Each time I start SQL Developer (3.1) and connect to a database I need to run:
    alter session set nls_date_format='YYYY.MM.DD HH24:MI:SS';
    to set data fields format to reflect hours, minutes and seconds.
    Can I automate it? I use login.sql in SQL Plus tro setup environment including data formant .
    How to do it in SQL Dev?
    Thank you in advance,
    Yury

    Hi Yury,
    You have a choice:
    1. Specify the login script via Tools|Preferences|Database|Filename for the connection startup script.
    2. Specify the value of nls_date_format directly via Tools|Preferences|NLS|Date Format (and perhaps additionally the Timestamp formats).
    Recall that not all SQL*Plus commands are supported by Worksheet, but alter session does in fact work just fine.
    Regards,
    Gary
    SQL Developer Team

  • What is the cost of replacing a battery for an Ipad 2 in India? On asking the service centre, I was informed the entire Ipad would be replaced for 20K which is exorbitant. Is it advisable to buy the Apple protection program in this case?

    What is the cost of replacing a battery for an Ipad 2 in India? On asking the service centre, I was informed the entire Ipad would be replaced for 20K which is exorbitant. The same is done in US for a paltry (comparably) 100 dollars. Is it advisable to buy the Apple protection program in this case?

    Battery Replacement
    http://www.apple.com/batteries/replacements.html

  • Issue when connecting to database from SQL Developer tool

    Hi,
    I was trying to connect to a remote oracle database 10.2.0.5 (hosted at window 2008 R2 server) from my local SQL Developer tool.
    When setting up connection in SQL Developer tool, I was able to connect to the database by selecting TNS (Network Allias).
    However, it does not work when I choose Basic type with the same information (HOST, PORT, SID).
    What is the difference between TNS and Basic setting option? Please advise and assist.
    Thanks.
    Regards,
    Jia

    Hi JimSmith,
    Thanks for reply.
    TNS entry as below:
    ORCL_DB =
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 91.198.252.83)(PORT = 1521)) )
    (CONNECT_DATA = (SID = orcl) (SERVER = DEDICATED) ) )
    It works fine if I choose TNS (Network Allias: ORCL_DB).
    For the Basic setting:
    Hostname = 91.198.252.83
    Port = 1521
    SID = orcl
    The error I received when connecting to db based on Basic option is Failure -Io exception: The Network Adapter could not establish the connection.
    Below are the entries of SQLnet.ora. Any entry should I add into sqlnet.ora?
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Appreciate your comment.
    Thanks.
    Regards,
    Jia

  • What's the best out-of-the-box web interface for a SQL DB?

    I'm developing a Java web application that will be backed by an Oracle database. Users would like a simple web interface that allows them to accomplish what they could with SQL queries without knowing SQL. The basic operations would be:
    * displaying a database table in a table format
    * downloading the table as a text or Excel file
    * customizing the columns in a table display
    * displaying a query result set in a table format
    * constructing a query using drop-down menus
    I'd probably want to program in a simplified UI for a few common queries.
    This really looks like functionality someone should have invented before me. Question: what is the right tool for me to be using? I'm surprised I haven't found something by searching.
    It looks like I could just directly write JSP, but I think something else might be simpler. I think related functionality exists in Spring, but I didn't find exactly what I'm looking for, and Spring brings a lot of other stuff also. Nothing in my application is more complicated than this, so I'd be happy to keep things simple.
    How would you write this?
    Edited by: 1010007 on Jun 5, 2013 7:22 AM

    Welcome to the forum!
    >
    I'm developing a Java web application that will be backed by an Oracle database. Users would like a simple web interface that allows them to accomplish what they could with SQL queries without knowing SQL. The basic operations would be:
    * displaying a database table in a table format
    * downloading the table as a text or Excel file
    * customizing the columns in a table display
    * displaying a query result set in a table format
    * constructing a query using drop-down menus
    I'd probably want to program in a simplified UI for a few common queries.
    This really looks like functionality someone should have invented before me. Question: what is the right tool for me to be using? I'm surprised I haven't found something by searching.
    It looks like I could just directly write JSP, but I think something else might be simpler. I think related functionality exists in Spring, but I didn't find exactly what I'm looking for, and Spring brings a lot of other stuff also. Nothing in my application is more complicated than this, so I'd be happy to keep things simple.
    How would you write this?
    >
    I wouldn't write it. I would just use Oracle's FREE Apex application which does all of that and more and is fully supported even on Oracle's FREE Express edition data database.
    http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html
    >
    About Application Express
    Oracle Application Express (Oracle APEX), formerly called HTML DB, is a fully supported "no-cost" option of the Oracle Database. Oracle Application Express is certified against all editions of the Oracle Database 10.2.0.3 and above, including Oracle Database 10g Express Edition (Oracle XE).
    Oracle Application Express installs as part of the seed database installation with Oracle Database 11g.
    >
    The feature page (http://apex.oracle.com/pls/otn/f?p=4600:6:0) describes some of the major features of Apex
    >
    Browser Based
    Using only a Web browser and limited programming experience you can develop data centric applications in minutes. Browser-based development enables you to develop applications on most computers using only a modern Web browser.
    Rapid Application Development (RAD)
    Use simple wizards and declarative programming to create powerful reporting and data entry applications. You can create applications from spreadsheet uploads, or on existing database tables and views. Oracle Application Express includes SQL Workshop to create and manage the database objects that support your application.
    Application Express Components
    Application Builder - Database Applications
    Application developers use wizards to declaratively assemble applications organized in pages. Page content is organized into regions. Regions can contain text, custom PL/SQL, reports, charts, maps, calendars, web service references or forms. Forms are made up of fields (called items) which can be selected from the multitude of built-in types (such as text fields, text areas, radio groups, select lists, check boxes, date pickers, and popup list of values) or a developer can create their own types using plug-in support. Table update functionality is built-in and PL/SQL can be used to process data. Session state (or application context) is transparently managed and the user interface presentation is separated from the application logic so that the look and feel of an application can be changed simply by selected a different theme.
    Application Builder - Websheets
    Using Websheet Applications, end users can manage structured and unstructured data without developer assistance. Page sections contain unstructured data and are edited using a WYSIWYG editor. Reports provide access to database data by writing SQL. Data Grids can manage structured data without writing SQL. Adding columns, renaming column, and validations are defined using runtime dialogs. Each page and row of data grid data can be annotated with files, tags, notes, and links. Pages can contain sections as well as reports and data grids and all can be linked together providing navigation. All information is searchable and completely controlled by the end-user.
    SQL Workshop
    The SQL Workshop provides tools that enable you to view and manage database objects. Object Browser enables you to use a tree control to view object properties and create new objects. The SQL Command tool enables you to enter ad-hoc SQL. Query Builder enables you to create join queries using drag and drop. SQL Scripts enables you to store and run scripts. The Data Workshop enables you to load and unload text, DML, and spreadsheet data.
    RESTful Services
    RESTful Services allow for the declarative specification of RESTful services mapped to SQL and PL/SQL.
    Team Development
    Team Development helps manage the life-cycle of an application's development. It provides tracking and management of application features, to do entries, bugs, and end user feedback. Team Development is tightly integrated with the Oracle Application Express Application Builder. For example, edit page lists open feedback, bugs, and to do's.
    Administration
    Each Oracle Application Express workspace is a separate application development environment that is fully insulated from other workspaces. The administration component provides workspace management, including services (available schemas, space requests, and preferences), users (both developers and end-users), and workspace activity (page views, login attempts, and developer activity). Access is limited to Oracle Application Express developers who have workspace administration privileges.

  • Best driver available for MicroSoft SQL server?

    Hi,
    I am using MS-SQL server for my application server.
    Which driver should i use for it?
    Right now I am using ODBC driver.
    Please suggest me a few links where i could get the best driver(thin driver) for SQL server.
    regards
    suri

    Hi,
    best driver available for MicroSoft SQL server?i-net software has written a solid JDBC driver based on TDS. The trial version is limited to a single connection. http://www.inetsoftware.de/English/Produkte/JDBC_Overview/ms.htm
    jTurbo provides jdbc driver for MS SQL Server (www.jTurbo.com).
    Merant technologies also provides jdbc driver for MS SQL Server. Find more details at http://www.microsoft.com/sql/downloads/2000/jdbc.asp.Microsoft licenses MERANT's JDBC driver for SQL Server 2000.
    I cannot comment which one is the best driver. It depends on your project requirements and the buget alloted.
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Micro Sysytems
    http://www.sun.com/developers/support/

  • Where can I download complete Xcode Developer Tools for OS-X 10.6?

    I have OS-X version 10.6.8 (Snow Leopard, I think). I do not have Xcode installed. I do not have the original MAC DVD.
    I figured out I needed Xcode 3.2. When I download "Xcode 3.2" it from Apple, during install it says it failed "to locate package at ~/Packages/DeveloperTools.pkg".
    Downloading "Xcode 3.2.1 Developer Tools" (there is no "Xcode 3.2 Developer Tools"), installing it results in the same error message. (The contents of this DMG is "XcodeTools.mpkg".)
    Maybe I should download "Xcode 3.2.6 and iOS SDK 4.3 for Snow Leopard"? (But that is 4.14GB and I can't download that right now.)
    Or am I stuck because I do not have the original DVD which I may need to get "DeveloperTools.pkg"?
    (Also, why do you think the DMG binaries are so huge? The "Xcode 3.2" DMG for example, is 1GB, but the inside "Xcode.mpkg" is only 541KB!)

    Any of the Xcode 3.2.x download packages will work with Snow Leopard. You don't need the Snow Leopard DVD to install Xcode, but if you had the DVD things would be easier for you because you could install Xcode from the DVD and not have to download it. If you don't need to develop for iOS, Xcode 3.2.2 is 744.71 MB, which is a much smaller download than Xcode 3.2.6.
    The Xcode binaries are huge because you're downloading and installing more than just Xcode. There are other GUI apps, such as Interface Builder, Instruments, Dashcode, and Quartz Composer. There are also command-line tools. And there may also be developer documentation included with the Xcode binaries. All that adds up.

  • About oracle development tools

    I have heard about oracle development tools are supported to use visual studio.
    I am confused , is it for developing whole application as we design in oracle designer and forms builder or just for debug
    the PL/SQL codes?
    please tell me about oracle development tools that can we develop entire the application using pl/sql codes in visual studio 10 or later and having more features of visual studio.?

    You should read the page provided more closely.
    Oracle developing tools provides interface to ASP, .NET and other Microsoft-developed interface drivers to databases.
    ODT make application development of an ASP or .NET application connecting to Oracle RDBMS easy.
    On of top of that it also includes a PL/SQL debugger.
    PL/SQL is a backend language.
    It is not possible and will never be possible to develop an application solely by using PL/SQL
    Forms Builder uses more than PL/SQL, Apex does too, JDeveloper does too.
    PL/SQL doesn't contain any graphical interface.
    Sybrand Bakker
    Senior Oracle DBA

  • How we can use VC as a NWDS development tool

    Hi,
           I am new in visual composer .Can any one help me how we can use VC as a NWDS development tool. Can we develop all application which we are developing in webdynpro?
    Regards,
    Kundan

    Hi,
    In NWDS using WebDynpro we can develop applications, we can write our logic as we want etc,
    We can write any complex logic using coding in NWDS
    But in V C, we cannot apply much logic, its mainly to display reports and all in a very good way.
    VC is not a better solution for complex and business calculations.
    For Visual Composer
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f2052e-0c01-0010-b9a2-e1f7457a7fbe
    For WebDynpro(Java)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/ca29652fe86babe10000000a1553f6/frameset.htm
    look for beginner tutorial WebDynpro / iView
    https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Raghu

  • Installing Developer Tools

    Unix in a Nutshell, 4th Edition (2005) says this:
    "1.2.3. Mac OS X
    Unix-style development tools (compiler, make) are included as part of the larger Xcode Tools package . Boxed distributions of Mac OS X include an Xcode Tools CD. The easiest way to install the tools is to insert that CD into your CD drive.
    If your version of Mac OS X is that which came with your hardware, you won't have an Xcode Tools CD. Instead, click on Developer.mpkg in /Applications/Installers/Developer Tools. Doing so installs the development tools."
    My OS X (10.6.6) came with my hardware but I don't have any Installers directory. Is there somewhere else I can install these tools? Also, is there something better for me to be reading than Unix in a Nutshell?

    Thanks, guys. I loaded Xcode from my Mac OS X Install DVD. In case someone else wants to do this just follow the steps here: http://support.apple.com/kb/HT3415 except in step 4 click on Xcode.mpkg rather than Optional Installs.
    And I am now a registered Mac developer.

  • XSL Development Tools?

    Hello,
    We have been using the template builder add on for MSWord for our BIP needs thus far.
    However, we have come to the conclusion that we need a more robust development tool geared for XSL development.
    As we are all fairly new to the "XSL development world" we would like to hear what others are using and what they would recommend.
    Thanks,
    Scott

    In case anyone has any more feedback about XSL development tools I have listed the ones we are looking at below.
    These are roughly in the order of our first look/first impressions of what we are likely to use. I realize that Oracle can not officially endorse any of these. That is why I am hoping others not affiliated with Oracle will give their feedback on these tools.
    XMLSpy
    EditX
    Exchanger XML Editor
    oXygenxml
    Thanks in advance.
    Scott

  • How do I completely uninstall Xcode and Developer Tools?

    **Sorry if this isn't the place to ask this, but I really didn't find a section dedicated to this, so I'm asking it here.**
    I installed Xcode and the Mac developer tools from Apple's developer site page and I'm not going to use it (for the time being anyway). I dragged and dropped all of the files from the download into the trash and emptied it. Then, I went to Terminal, and typed in the following:
    sudo /Developer/Library/uninstall-devtools –mode=all
    It gave me a prompt to enter my password before continuing, entered my password, and then that was it! Question is, though, is this really it? Did I really get rid of Xcode and all of the developer stuff that came in the Mac Developer Tools download?

    The only thing that I could find in utilities that started with "X" was something called "X11". Also, I had Xcode 3.1.2 installed, and at first I tried typing this command in Terminal:
    $ sudo <Xcode>/Library/uninstall-devtools --mode=all
    I got this from the "About Xcode 3.1.2" document from Apple's developer site, but it wouldn't work. Then I tried the code that I posted in my first post, and I guess it worked. I actually entered the code
    sudo /Developer/Library/uninstall-devtools –mode=all
    a few times (for closure) and the same thing happened every time: password to continue and, that's it! So I guess it worked. I actually got that code from a blog after googling "how to uninstall xcode 3.1.2 and developer tools"!

  • XCode App Store download and developer tools packages

    So I have been installing the Developer tools since Mac OS X Tiger. They were always on the DVD and then once I became a member I could download the entire dmg from the developer website.
    Now XCode is distributed from the AppStore. I had XCode 4.2 installed and once the update to XCode 4.3 was available I went to the AppStore to update it and everything seemed to be different. The XCode app is now just dumped into the Applications folder and it asked me to remove all instances of XCode 4.2.
    So here is my question:
    When I buy a new machine and want to install the Developer Tools (as I did with the previous versions) where can I get all the Developer tools? They don't seem to be installed with a developer dmg anymore. I can't get them in total from the AppStore? Can I get the same packaged tools as was on the older OS X DVD or the Developer site for the new XCode 4.3+ ?
    How are the developer tools going to be distributed to us from now on? I know I must have missed something along the way, some email or notification.
    Any explaination would be great.
    Thanks,
    Jamie

    All that 'stuf' is now either part of one bundle/app or available via prefs...or gone.
    From Apple:
    This is the complete Xcode developer toolset for Mac, iPhone, and iPad. It includes the Xcode IDE, iOS Simulator, and all required tools and frameworks for building OS X and iOS apps.

  • Where do I find the Command-line Adobe AIR Developer Tool?

    Hi,
    Where do I find the Command-line Adobe AIR Developer Tool? (ADT)
    I downloaded the AIR 4 SDK, but can't find it.
    Thanks

    Yes, as Colin stated, FB / FlashPro calls it with app-xml and some other (device orientation, width, height etc) parameters.
    // chall3ng3r //

  • Removing Developer Tools and Classic system from OS X

    Hello
    I'm trying to free up space on my hard drive and I was wondering how I go about uninstalling the classic (OS 9) system and Developer Tools from my hard disk? Do I just drop to trash or should I do it another way?
    Also, I was wondering if my mac mini install disks for V10.3.9 will only work on this Mac or if they could be theoretically used as install disks on another machine?

    Hi arbela:
    Developer Tools can be dragged to the trash and
    deleted. The OS 9 system generally has three folders
    associated with it: Applications (Mac OS 9),
    Documents, and System Folder. Applications (Mac OS 9)
    can be dragged to the trash and deleted, and if
    there's nothing in Documents, so can that.
    The System Folder is trickier, because of its use for
    Classic. Open the folder, then drag everything in the
    folder to the trash. Delete. Then drag the System
    Folder to the trash. You'll probably have to restart
    before you can empty the trash.
    As for your Mac Mini install disks, if they are the
    grey discs that came with the Mac Mini, then they are
    designed specifically for the Mac Mini. In other
    words, they'll only have hardware drivers for the
    components shipped with your Mac Mini. If you were to
    use the discs on an iMac, it probably wouldn't boot;
    if it did boot, and the installer ran, the iMac
    probably wouldn't boot afterwards because none of the
    drivers for the specific hardware on the iMac would
    be installed.
    Hope that's clear.
    Andrew Penner
    Hello
    Thanks for your advice! All sorted
    Regards
    Gregg

Maybe you are looking for

  • How to pass '&' as a parameter in IDOC Status avoiding it to be replaced

    Hi,    This is the issue I have. Say an IDOC got status 51 when trying to post it. One of the messages to be appended in table EDIDS is: Message Class   Message Number    Text ZZ                      001                       This is parmeter1  & and

  • Unable to refresh EJB components

    I am using Java Studio Creator update 1. I have been using EJB components in one project, and that has been working fine for the past few months. Since last week, after dowloading the latest creator update from the update center, I am not able to ref

  • How to store forms fields into the session ?

    Hi All, I have to store forms fields into the session. I have four forms (htm forms) in four jsps and there are total 25 fields. I am inserting all the fields into the database at once while user submit the last form. I want to use session to store f

  • OutOfMemoryError: PermGen space

    I'm using Sun Application Server Platform 9 and tried to run a servlet. I received the following message: [#|2008-02-03T11:31:48.657-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_Th e=httpWorkerThread-4848-0;_RequestID=418ba6

  • Audio line out

    my subwoofer dell was working on my mac, but I moved it from the room to the family room and my Dell speaker and subwoofer stoped working ,,, wonder how I can test the audio line out on the mac, or if you have any ideas thank u