Pl Sql Environment Setup for Windows 7 for learning purposes [closed] - oracle

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Iam familiar with Sql Server,but now i need to learn Pl/Sql .So,please suggest me what needs to be installed in my laptop and also sample database for running sample programs in Pl/Sql.
I dont have any server configuration.
Sql developer or Sql Plus what is better in my case.

Oracle 11g express should do you nicely...

Related

How to download the HR schema on Oracle XE 21c? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
My instructor wants me for a h.w to download oracle database and show him the HR schema. However, I noticed that the HR schema is not available within the downloaded files of oracle xe 21c. So is there a way to download the schema?
A (very) quick search on Oracle's documentation website leads you to:
The installation guide for Oracle's sample schemas; and
Oracle's Github repository for the sample schemas.

Are there any data modeling tool besides ORACLE DESIGNER that allows you to link entities of different schemas? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Here at our company we are still using oracle designer to model our databases, once our databases are very coupling we need to share the entities between schemas. We would like to migrate to another more uptodate tool but we haven't found any one that allow this kind of usage.
Oracle SQL Developer Data Modeler, perhaps?

How to use Forecast in Oracle? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to use forecast in Oracle:
https://docs.oracle.com/cd/B28359_01/olap.111/b28126/dml_commands_1052.htm#OLADM822
I have Oracle Standard Edition One but am not able to find a relevant example. Can you tell me how to use forecast in select statement?
It's additional feature for Oracle EE as I know. So you should have EE and buy this option depends on your version of Oracle

How to become Oracle dba expert? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm an aspiring Oracle DBA. I want to improve my dba skills asap.Is there any website or ebook
which will have step by step information to guide me through practicing DBA task at home.
Hoping for a favorable reponse!!!!
Yes, there is one website for this - the ultimate, the best, the one and only you'll ever need. And the eBook you are looking for is also there.
And definitely give this introduction manual a try.

I want to learn PL/SQL [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
Please suggest some Freeware both for Client and server side. This is to learn every thing about PL/SQL..
You can use Oracle XE database and Oracle SQL Developer. Both are free.
Add a good book on PL/SQL. I'd suggest Steven's book.
Oracle products can be used for learning for free.
Oracle 11g Enterprise and Standard Edition come with a development licence that allows the use of either for free for educational purposes.
Download from here: http://www.oracle.com/technology/software/index.html.
Try SQL Developer for writing PL/SQL with. This provides syntax support and compilation error reporting.

Resources