Tải bản đầy đủ (.pdf) (5 trang)

Oracle Essbase 9 Implementation Guide- P6 ppt

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (697.07 KB, 5 trang )

Preface
[ 10 ]
Code words in text are shown as follows: "Note that the Time dimension contains
the calendar periods used in the EssCar system"
A block of code will be set as follows:
[default]
IF (@ISMBR ("PRICE"))
"TOTAL NET REVENUE" ="TOTAL REVENUE" - "TOTAL DISCOUNTS";
ELSEIF (@ISMBR ("UNIT"))
"TOTAL NET REVENUE" = 0;
ENDIF
When we wish to draw your attention to a particular part of a code block,
the relevant lines or items will be shown in bold:
[default]
[Thu Sep 11 00:40:45 2008]Local/ESSBASE0///Info(1051061)
Application Demo loaded - connection established
[Thu Sep 11 00:40:45 2008]Local/ESSBASE0///Info(1054027)
Application [Demo] started with process id [4744]
[Thu Sep 11 00:40:45 2008]Local/ESSBASE0///Info(1056090)
Any command-line input or output is written as follows:
ESSCMD C:\Batch.SCR
New terms and important words are shown in bold. Words that you see on the
screen, in menus or dialog boxes for example, appear in our text like this: "clicking
the Next button moves you to the next screen".
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
This material is copyright and is licensed for the sole use by Paul Corcorran on 5th July 2009
8601 ave. p #1, , lubbock, , 79423
Download at Boykma.Com
Preface
[ 11 ]


Let's get started
If you're still holding onto this book then you are ready to embark on your journey
towards Essbase Nirvana.
We begin by covering the installation of Essbase on both the client and the server
and end with you having created a fully functional Essbase cube. This is where you
usually read some form of good luck statement. With this book you don't need it!
Let's GO!
Reader feedback
Feedback from our readers is always welcome. Let us know what you think about
this book—what you liked or may have disliked. Reader feedback is important for
us to develop titles that you really get the most out of.
To send us general feedback, simply drop an email to
,
and mention the book title in the subject of your message.
If there is a book that you need and would like to see us publish, please send
us a note in the SUGGEST A TITLE form on
www.packtpub.com or email

If there is a topic that you have expertise in and you are interested in either writing
or contributing to a book, see our author guide on
www.packtpub.com/authors.
Customer support
Now that you are the proud owner of a Packt book, we have a number of things
to help you to get the most from your purchase.
Errata
Although we have taken every care to ensure the accuracy of our contents, mistakes
do happen. If you nd a mistake in one of our books—maybe a mistake in text or
code—we would be grateful if you would report this to us. By doing so, you can save
other readers from frustration, and help us to improve subsequent versions of this
book. If you nd any errata, please report them by visiting ktpub.

com/support
, selecting your book, clicking on the let us know link, and entering
the details of your errata. Once your errata are veried, your submission will be
accepted and the errata added to any list of existing errata. Any existing errata can
be viewed by selecting your title from
/>This material is copyright and is licensed for the sole use by Paul Corcorran on 5th July 2009
8601 ave. p #1, , lubbock, , 79423
Download at Boykma.Com
Preface
[ 12 ]
Piracy
Piracy of copyright material on the Internet is an ongoing problem across all media.
At Packt, we take the protection of our copyright and licenses very seriously. If
you come across any illegal copies of our works in any form on the Internet, please
provide us with the location address or website name immediately so that we can
pursue a remedy.
Please contact us at
with a link to the suspected
pirated material.
We appreciate your help in protecting our authors, and our ability to bring you
valuable content.
Questions
You can contact us at if you are having a problem
with any aspect of the book, and we will do our best to address it.
This material is copyright and is licensed for the sole use by Paul Corcorran on 5th July 2009
8601 ave. p #1, , lubbock, , 79423
Download at Boykma.Com
Installing Oracle Essbase
Welcome to the exciting world of Oracle Essbase! You have bought this book so you
must be anxious to get started, and you can hardly wait. Well, not until you install

the software. Yes, this is where we actually get going. This chapter will assist you
in installing Oracle Essbase server (aka the Essbase agent), Essbase Administration
Services (EAS), and the Essbase Add-in for Microsoft Excel.
Oracle Essbase server can be installed on several platforms like Unix, Windows,
and Linux. For the most part, this book discusses a typical Windows installation.
Installing the Essbase analytic server
In this book, we will be focusing on version 9.x of Oracle Essbase. For your
Windows installation, the minimum recommended system requirements are shown.
Operating system and processor requirements:
Operating system Platform Processor
Windows 2003 SP1
Windows 2000 SP4 32-bit x86
Windows 2003 SP1
Server Enterprise Edition
64-bit Itanium 2
x64
Disk space and RAM requirements:
Component Disk Space RAM
Essbase Server 1GB 1GB
API 20MB 256MB
(minimum)
This material is copyright and is licensed for the sole use by Paul Corcorran on 5th July 2009
8601 ave. p #1, , lubbock, , 79423
Download at Boykma.Com
Installing Oracle Essbase
[ 14 ]
You now know the recommended system requirements to install Essbase and
we assume you have the software in hand, therefore, let's install Essbase.
1. Double-click the setup le for Oracle Essbase. After installing the Java
Runtime Environment and initializing the install wizard, you will be

presented with a screen asking you to select a language to be used by
the installation wizard. This is the language that the rest of the installation
screens will display. We recommend English as it is the only choice
available in the list box.
2. The next is the Oracle Essbase welcome screen. As welcome screens go
it's fairly tale and contains the standard blah blah blah, read it and then
click Next whenever you are ready.
3. On the next screen, you are asked to select a country. Please select
the appropriate country for your application, as this selection sets
the country variable in the system. This country variable is used for
currency calculations.
4. The next step is the license agreement screen, which you should read
very carefully. When you have nished, select I AGREE, then click
Next to proceed.
This material is copyright and is licensed for the sole use by Paul Corcorran on 5th July 2009
8601 ave. p #1, , lubbock, , 79423
Download at Boykma.Com

×