I have noticed that I can only display an uninterrupted period with Cacti. I am wondering whether is possible or not to make a custom graph which displaying only the business hours during a period (a week, a month, etc.). If it is possible, how could I configure it on Cacti ?
For example, I would like to be able to display a graph with an average…
Most Oracle Applications DBAs and E-Business Suite users understand the importance of accurate database statistics. Missing, stale or skewed statistics can adversely affect performance.
Oracle E-Business Suite statistics should only be gathered using FND_STATS or the Gather Statistics concurrent request. Gathering statistics with…
One thing an Information Rights Management technology should do well is separate out three main areas of responsibility.The business process of defining and controlling the classifications to which content is secured and the definition of the roles employees, customers, partners and contractors have when accessing secured content.
Allow IT to…
Unlike other engineering industries, the software engineering industry is really lacking maturity. The lack of maturity can see in different aspects of entire software development life cycle. I think other engineering industries are well organised and structured with common, proven engineering practices. The software engineering industry is…
What does it take to deliver social, mobile, cloud and business analytic capabilities? Oracle Fusion Middleware is the leading innovation platform for today’s new business applications and the building-block of Oracle Fusion Applications. Join Amit Zavery, Vice President of…
Enterprise Performance Management
A Thing of Beauty, by Alison WeissAvon’s enterprise performance management system delivers accurate information and critical insight to managers at every level of the organization
Oracle Crystal Ball Helps Managers Guard Against Volatility, by Alison Weiss
The Insight Game, by Aaron…
The confluence of the Internet, the pace of change in technology, and the demands of the value-conscious consumer are accelerating the evolution of the global digital marketplace at an unprecedented rate. Success in the new digital economy has become inextricably linked with the agility to launch innovative products,…
Keep up to date with
the current version Guided Learning Paths for BI Partners @ https://competencycenter.oracle.com/opncc/glp_list.cc,
for Example:
Normal
0
false
false
false
EN-GB
X-NONE
X-NONE
MicrosoftInternetExplorer4
…
I've got some EL code inside of a JSP tag. The line starts as follows:
<c:if test="${pageContext.request.serverName eq \'localhost\'}">
Eclipse throws up an error on this, saying:
Unable to analyze EL expression due to lexical analysis error
I'm unsure what this even means. Is this an eclipse bug? Am I mixing EL and…
Hi,
Sorry if the question isn't phrased very well but I'm new to SSAS and don't know the correct terms.
I have changed the name of a table and its columns. I am using said table as a dimension for my cube, so now the cube won't process. Presumably I need to make updates in the analysis server to reflect changes to the source…
I am reading Hibernate in Action and the author suggests to move business logic into our domain models (p. 306). For instance, in the example presented by the book, we have three entities named Item, Bid, and User and the author suggests to add a placeBid(User bidder, BigDecimal amount) method to the Item class.
Considering…
Today's blog post comes to us from John Bruswick! This post is an abridged version of John’s white paper in which he discusses three principals to optimize social collaboration within an enterprise.
By john.brunswick@oracle.com, Oracle Principal Sales Consultant
Effective social collaboration is actionable,…
Securing the Oracle E-Business Suite includes protecting the underlying
E-Business data in production and non-production databases. While steps
can be taken to provide a secure configuration to limit EBS access, a better approach to protecting non-production data is simply to scramble (mask) the data in the…
Java 6 is now
certified with Oracle Application Server 10g Forms
and Reports with Oracle E-Business Suite
Release 12 (12.0.6, 12.1.1 and higher).
What? Wasn't this already certified?
No, but a little background might be useful…
By: Larry Simcox, Senior Director, Accelerate Corporate Programs
Your customers aren’t satisfied with so-so customer service. Your employees aren’t happy with below average salaries.
So why would you settle for second-rate or tier 2 ERP?
A recent…
By Alakh Verma, Director, Platform Technology Solutions
In my recent blog posts, I shared insights on Predictive Analytics (Will Predictive Analytics at 'Speed of Thoughts' Help Businesses?), Real Time Decisions (How critical are Real Time decisions in business today?) and their significance…
Normal
0
false
false
false
EN-GB
X-NONE
X-NONE
MicrosoftInternetExplorer4
Business User Self-Service Data Mash-up Analysis and
Discovery
integrated with OBI11g and Hadoop
…
Ahh, the Internet. That crazy, mixed up place where one tweet turns into a conversation between dozens of people and spawns a blogpost. This is the direct result of such an event this morning.
It started innocently enough, with this:
Then followed up by a blog post by Joel here. In the post, Joel introduces us…
Why should banks care about financial inclusion?
First, the statistics, I think this will set the tone for this blog post. There are close to 2.5 billion people who are excluded from the banking stream and out of this, 2.2 billion people are from the continents of Africa, Latin America and Asia (McKinsey on…
My model is setup so Business has many clients, Client has one business. Inverse relationship is setup in the mom file.
I have a unit test like this:
- (void)testNewClientFromBusiness
{
PTBusiness *business = [modelController newBusiness];
STAssertTrue([[business clients] count] == 0, @"is actually…
I have some rules in my application and I have written the business logic of that rules in my procedure. At the time of creation of procedure I came to know that CASE statement won't work in my scenario. So I have tried two ways to perform same operations (using IF-ELSE-IF or GOTO) shown as below.
Method 1…
Problem
Like most organizations, we are planning to upgrade our database server from SQL Server 2005 to SQL Server 2008. I would like to know is there an easy way to know in advance what kind of issues one may encounter when upgrading to a newer version of SQL Server? One way of doing this is to use the…
In a typical business application it is quite common to have forms that are used for searching.
Some basic features are:
A pane that contains the search criteria
A grid to display the results
Sorting on the grid
A detail page that opens when an item is selected in the results grid
What other…