About the Author
Ajith Narayanan is the chief technology officer (CTO) of InfraStack-Labs in Bangalore, India, and has more than 11 years of work experience as an Oracle [apps] DBA and platform architect with expertise in infrastructure architecture, capacity planning, and performance tuning of medium to large e-business suite environments.
He holds a postgraduate degree with PGDBA (finance) from Symbiosis, Pune, an M.S. (software systems) from BITS Pilani, a BE (electronics and communication) from Amrita Institute of Technology, and a diploma (computer technology) from Sree Narayana Guru Institute of Technology.
He has worked in different technical positions as an Oracle DBA, APPS DBA, Oracle apps platform architect, and configuration management technical leader in companies such as GE, Dell, JP MorganChase, Oracle, and TCS. Ajith was at GE before joining InfraStack-Labs.
He is also a regular speaker at national and international Oracle user group conferences such as SANGAM, NZOUG, DOAG, UKOUG, OTN APAC Tour, AIOUG Tech Days, and so on. His white papers have been published on the Oracle Technology Network in English, Portuguese, and Spanish. Ajith is currently serving the ORACLERACSIG board as the web seminar chair (from October 2015), and has previously served the board as the website chair (September 2011 to September 2013).
I would like to thank my entire family, including my wife, Anjali, daughter, Akshara, and my father, mother, and sister, who always gave me continuous support. Also, thanks to Packt for giving me an opportunity to write a book.
I would also like to thank Lewis Cunningham for carefully reviewing the chapters and making the necessary recommendations and comments to make the chapters technically error-free and more informative.
About the Reviewer
Lewis Cunningham is an Oracle ACE and the author of multiple database-related books. He has multiple certifications (Oracle Certified Professional being one of them). Lewis works in the financial industry as a database architect and application developer and has been doing so for over 20 years.
He enjoys reading, writing, gardening, woodworking, programming, and playing FPS and RPG games. He lives in Tampa, Florida, USA, with his wife, two sons, three dogs, and one cat.
www.PacktPub.com
Support files, eBooks, discount offers, and more
For support files and downloads related to your book, please visit www.PacktPub.com.
Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.
At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.
https://www2.packtpub.com/books/subscription/packtlib
Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books.
Why subscribe?
- Fully searchable across every book published by Packt
- Copy and paste, print, and bookmark content
- On demand and accessible via a web browser
Free access for Packt account holders
If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view 9 entirely free books. Simply use your login credentials for immediate access.
Instant updates on new Packt books
Get notified! Find out when new books are published by following @PacktEnterprise on Twitter or the Packt Enterprise Facebook page.
Preface
The book dives into the details of Oracle SQL Developer 4.1, which is a graphical version of SQL*Plus. Oracle SQL Developer has been continuously evolving and reaching maturity with the capability to give database developers and DBAs a convenient way to perform basic and advanced database tasks. Oracle Developers and DBAs can browse, create, edit, and delete (drop); run SQL statements and scripts; edit and debug PL/SQL code; manipulate and export (unload) data; and view and create custom reports.
After reading this book, Oracle developers and DBAs will learn to install Oracle SQL Developer and learn to navigate through all its advanced features that have been introduced in version 4.1. You will be competent enough to use all the advanced features available, helping them perform basic and advanced database tasks with ease.
What this book covers
, Getting Started with SQL Developer 4.1 , covers how to prepare the SQL Developer environment on your laptop, including the download, installation, installation options, creating database connections, and so on.
, Database Connections and SQL Worksheet , covers how to make database connections and create, update, or delete database objects using the SQL worksheet.
, The Power of SQL Reports , guides a DBA or an application developer to use reports for running a set of queries that are frequently executed. This chapter will explain how to categorize a group of these SQL queries (reports). The first section will discuss the reports navigator in general, how to run and use reports, and any errors you might encounter.
, Working with PL/SQL