jaywcjlove /
awesome-mac
This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.
100/100 healthLoading repository data…
artofbi / repository
This is a Microsoft to Oracle port of the well known AdventureWorks database. I originally posted this logic in an Oracle Technology Network article on Essbase Studio. I am placing it here at github merely for redundancy as Oracle's OTN links continue to be moved without proper redirect or notice.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
2009/12/19
Thank you for downloading the Oracle Essbase Studio Tutorial.
/DLLConstructs/ /DataInserts/ AdvWorks_Create_User.sql AdvWorks_Build_Data.sql
Open Command-Line Prompt
Change the directory to the directory under which you have unzipped the download (ex: cd c:\downloads\oracle_essbase_studio_tutorial).
In the example given, this _Read_Me.txt file should be in the directory "oracle_essbase_studio_tutorial".
Enter SQLPLUS in the command-line to start SQL*PLUS.
C:\downloads\oracle_essbase_studio_tutorial> SQLPLUS /nolog
Connect using a SysDBA account.
SQL> Connect system as sysdba ... ...(when prompted for the password, enter the password, and hit the enter key)
This script seeks to create a new user called AdvWorks issued by a user with privileges to the sysdba role. If you desire to integrate the objects provided in this tutorial with an existing user scheme then please simply run the DLL and DAL scripts provided in the /DLLConstructs and /DataInserts folders under the scheme you have in mind. In which case, there is no need to run the main script in Step 5. Skip Step 5 an Proceed to Step 6 Note b.
Run the initial user/scheme creation and priviliges script by entering the following in the command-line:
SQL> @AdvWorks_Create_User_Script.sql;
Press the Enter key to Execute the script.
Ensure than when you are typing the above syntax in the command line that you are entering the "@" symbol as shown. This symbol denotes the running of a script. If you are unfamiliar with the use of this symbol please consult the Oracle documentation.
In Step 5 the user scheme was created along with its privileges (Privileges are for example only and do not mimic a production environment).
Enter the following in the SQLPLUS command-line to build the table objects and load data:
SQL> @AdvWorks_Build_Data.sql;
a.) This may take several minutes (sub 8 minutes on most machines).
b.) If you are attempting to implement this tutorial's data with a scheme different then the one to
intended for creation in Step 5, then prior to running this script "AdvWorks_Build_Data.sql", open this
file and change the value for the session variable in the line "alter session set current_schema"
to the one which you have in mind. Save the file and then run the script.
Be sure that your desired scheme has appropriate privileges.
c.) The script is complete when the message "SCRIPT COMPLETE" is displayed.
I. If there is a need to drop the AdvWorks user and all tables, run the following command when connected as the sysdba role:
DROP USER AdvWorks CASCADE;
Selected from shared topics, language and repository description—not editorial ratings.
jaywcjlove /
This project is dedicated to collecting high-quality macOS software and organizing them systematically by different categories for easy search and use.
100/100 healthAsabeneh /
The 30 Days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than 100 days. Follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
87/100 healthgit /
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
86/100 healthAsabeneh /
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
86/100 healthDataExpert-io /
This is a repo with links to everything you'd ever want to learn about data engineering
86/100 healthhuihut /
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
88/100 health