Setting Up a Server Linux article - 0 views
-
Installing and Configuring Apache
-
apt-get install apache2
-
etc/init.d/apache2 start|stop|restart|reload|force-reload apacheclt start|stop|restart|...
- ...19 more annotations...
FREE PDF Printer - 0 views
-
Support for Windows Terminal Server
curl and libcurl - 0 views
happy mailing : Blat online - 0 views
You Probably Need Parallel Except When You Don't - 0 views
-
f you are running a large Oracle data warehouse you should be using parallel
-
Like all tools you have to use parallel correctly; no more would we think of using a wrench to hammer a nail then should you think parallel is the answer to all performance problems. Sometimes parallel will make things worse, sometimes parallel will make performance less predictable.
-
Parallel introduces additional work to a query, simplistically we need to: split the query into multiple parallel processes, execute them, wait for the processes to complete and finally coordinate the results. This all takes time to do. Our time saving comes from being able to process multiple smaller chunks of data simultaneously. If the time to execute the step in parallel is not significantly faster than doing it without parallel then the additional overhead may make parallel processing a slower option; this is typically the case with small tables where a full tablescan or an indexed access is fast. Use too few parallel processes and we will not gain much in performance, too many and we risk starving the database of resource for other work or even slow our own process as it waits for resource. If you have implemented some form of CPU resource management on your system you may find that you experience delays as your parallel slaves ‘wait their turn’
Google Reader (250) - 0 views
-
What this means in practice is that when the BI Server component starts up, it creates and reserves a number of threads in advance, determined by a number of parameters including SERVER_THREAD_RANGE.
-
You can see these threads running and ready to perform tasks for the BI Server component by using a tool such as Process Explorer for Windows
-
Thinking it through a bit, any given single query is, to a certain extent, only really going to use a small part of the total amount of CPUs available on a server, because it’s not the BI Server that runs queries in parallel, it’s the underlying database. For example, a single analysis against a single Oracle Database datasource would only really need a single BI Server thread to handle the query request, but when the underlying database receives the query, it might use a large number of its CPUs to process the query, returning results back to the BI Server to then pass back to the Presentation Server for display to the user.
- ...2 more annotations...
Lumea IT-ului se schimbă. Aflați ce specialiști își vor pierde locul de muncă... - 0 views
Inventory Aging Query Oracle Applications R12 - 0 views
-
-
SELECT ev1.INVENTORY_ITEM_ID, ev1.ITEM_CODE ITEM, XXRG_HR_PKG.get_org_name(:ORG_ID) ORGANIZATION, ev1.DESCRIPTION, SUM(Buk11) buk11, SUM(Buk21) buk21 , SUM(Buk31) buk31 , SUM(Buk41) buk41, SUM(Buk51) buk51 FROM (SELECT ev1.INVENTORY_ITEM_ID, ITEM_CODE, DESCRIPTION, ( CASE WHEN age BETWEEN :BUK1_DAYS_FROM AND :BUK1_DAYS_TO THEN SUM(aqty) ELSE NULL END) Buk11, ( CASE WHEN age BETWEEN :BUK2_DAYS_FROM AND :BUK2_DAYS_TO THEN SUM(aqty) ELSE NULL END) Buk21, ( CASE WHEN age BETWEEN :BUK3_DAYS_FROM AND :BUK3_DAYS_TO THEN SUM(aqty) ELSE NULL END) Buk31, ( CASE WHEN age BETWEEN :BUK4_DAYS_FROM AND :BUK4_DAYS_TO THEN SUM(aqty) ELSE NULL END) Buk41, ( CASE WHEN age >= :BUK5_DAYS_FROM THEN SUM(aqty) ELSE NULL END) Buk51 FROM (SELECT ITEM_CODE, DESCRIPTION, TRANSACTION_DATE, TRANSACTION_QUANTITY, SUM(TRANSACTION_QUANTITY) OVER(PARTITION BY INVENTORY_ITEM_ID ORDER BY TRANSACTION_ID,TRANSACTION_DATE)+ NVL(NQTY,0) BFF , ( CASE WHEN TRANSACTION_QUANTITY > SUM(TRANSACTION_QUANTITY) OVER(PARTITION BY INVENTORY_ITEM_ID ORDER BY TRANSACTION_ID,TRANSACTION_DATE)+ NVL(NQTY,0) THEN SUM(TRANSACTION_QUANTITY) OVER(PARTITION BY INVENTORY_ITEM_ID ORDER BY TRANSACTION_ID,TRANSACTION_DATE) +NVL(NQTY,0) ELSE TRANSACTION_QUANTITY END) AQTY --,TCOST , NVL(fnd_conc_date.string_to_date(:TILL_DATE),SYSDATE)-fnd_conc_date.string_to_date(TRANSACTION_DATE) AGE, inventory_item_id FROM (SELECT V1.TRANSACTION_ID, V1.ITEM_CODE, V1.DESCRIPTION, TRUNC( CASE WHEN V1.TRANSACTION_TYPE_ID = 4
-
10 Reasons Why CEOs Don't Understand Their Customers - Forbes - 0 views
-
1) Do bad customer experiences cause people to switch brands? In a 2011 research project conducted by CX application vendor RightNow, 89% of consumers said that yes, a bad experience has spurred them to switch brands. But in the brand-new study of business-executive perceptions that’s the subject of this column, only 49% of the surveyed executives said yes. QUESTION: What steps do you need to take to close this dangerous perception gap? 2) While 97% of executives say CX is critical to the success of their company, and 91% say they’re committed to making their company a CX leader, only 20% would rate their own CX initiatives as “advanced,” with a dedicated CX leader in place, initial projects pushed to the optimization phase, and the overall project extended to new channels and groups . QUESTION: What are the obstacles preventing you from aligning your actions with your words? If you say it’s a “budget” issue, aren’t you really talking about strategic priorities rather than line items? 3) Most companies have a clear and direct understanding of the looming CX challenge and the powerful interaction of social media. The study found that the top two drivers for CX initiatives are (a) rising expectations from customers (59%), and (b) the impact of social media on customers’ ability to broadcast good and bad experiences (37%). Now, even if you’re able to somehow rationalize those findings, here’s one that not even the most-accommodating executive can dismiss:
-
4) Being a CX laggard can cost those companies many tens of millions or even hundreds of millions of dollars in lost revenue: executives estimated that the lack of positive, consistent, and brand-relevant customer experience can cause them to lose out on a staggering 20% in annual revenue.
-
Worse yet, all that money’s likely to wind up in the pockets of your competitors!
- ...1 more annotation...
BI Brief - Four Legs of a Successful Business Intelligence (BI) Project Team - 0 views
-
1. Project Sponsorship and Governance 2. Project Management 3. Development Team (Core Team) 4. Extended Project Team
-
1. Project Sponsorship and Governance IT and the business should form a BI steering committee to sponsor and govern design, development, deployment, and ongoing support. It needs both the CIO and a business executive, such as CFO, COO, or a senior VP of marketing/sales to commit budget, time, and resources. The business sponsor needs the project to succeed. The CIO is committed to what is being built and how.
-
2. Project Management Project management includes managing daily tasks, reporting status, and communicating to the extended project team, steering committee, and affected business users. The project management team needs extensive business knowledge, BI expertise, DW architecture background, and people management, project management, and communications skills. The project management team includes three functions or members: Project development manager - Responsible for deliverables, managing team resources, monitoring tasks, reporting status, and communications. Requires a hands-on IT manager with a background in iterative development. Must understand the changes caused by this approach and the impact on the business, project resources, schedule and the trade-offs. Business advisor - Works within the sponsoring business organization. Responsible for the deliverables of the business resources on the project's extended team. Serves as the business advocate on the project team and the project advocate within the business community. Often, the business advocate is a project co-manager who defers to the IT project manager the daily IT tasks but oversees the budget and business deliverables. BI/DW project advisor - Has enough expertise with architectures and technologies to guides the project team on their use. Ensures that architecture, data models, databases, ETL code, and BI tools are all being used effectively and conform to best practices and standards.
- ...2 more annotations...
What Skills Does an Oracle BI Developer Need in 2011? - 0 views
-
OBIEE 11g skills, both in terms of new functionality (mapping, analyses, KPIs and Scorecards etc) and new infrastructure (WebLogic, EM, OPSS etc) A smattering of Essbase skills, focused mainly on the integration with OBIEE and Essbase (and the many workarounds and gotchas) Good ODI skills, both in terms of the basics, but also being able to write knowledge modules, integrate with OBIEE, deployment and migration Solid database skills – OBIEE gave the illusion through aggregates etc that database tuning was redundant, but time has shown it’s by far the biggest success factor in a project – get the database design and optimisation wrong, and your project is toast. You need to know partitioning, materialized views, index types, and increasingly, you need to get yourself on an Exadata project as customers are buying the technology but you can’t teach it to yourself at home BI Apps skills, but watch out for everything changing when BI Apps 11g comes out, and be prepared to learn the Fusion Apps and JDeveloper if you want to stay in the game Looking to the future, keep an eye on technologies such as in-memory (TimesTen), mid-tier caching (Coherence), plus technologies such as Business Activity Monitoring (BAM), “big data” (Hadoop, large data sets, NoSQL), complex event processing and maybe products such as Qlikview, just in case Oracle buys them, or at least to know what the competition are up to, or more importantly pitching to your boss
-
The other thing to bear in mind of course, if you’re an Oracle BI developer, is that you need to have great business, communication and data modeling skills.
Connecting Infobright and Talend - 1 views
-
These instructions assume that you have Infobright installed and running. First and foremost, download Talend. In this example, we will download Talend Open Source Data Integrator v5.0. (http://www.talend.com/download.php) Once fully installed, download the Talend/Infobright Connector. Ensure you download the right connector; instructions are on the download page (http://www.infobright.org/Downloads/Contributed-Software/) If you download Talend 4.0+, you’ll want the latest connector For older versions of Talend, you’ll want the 3.7 connector and lower. Once downloaded, perform the following actions: [For Windows] Copy the infobright_jni([_32|_64])bit.dll to C:\Windows\infobright_jni.dll Copy the zipped “tInfobrightOutput” directory to this directory: [Install Root of Talend] \plugins\org.talend.designer.components.localprovider_5.0.1.r74687\components\tInfobrightOutput Copy “infobright-core-3.4.jar” to [Install Root of Talend]\lib\java Running Talend in Windows If using Windows, run talend as Administrator. If you don’t, you will see odd “Access Denied” or “Accesse Refuse” error messages when trying to use the connector.
-
You need to do some work on these instructions. Version 5 is not like version 4. You must run Talend 5 before the “lib\java\” folder appears. Once it does appear, it no longer contains the .jar files like version 4; just a file “index.xml” that you have to edit to point to the infobright jar file in the components folder.
BI Tools, their SQL Generators, and Infobright - 1 views
-
The greatest benefit of columnar is to avoid disk I/O. By choosing “select *”, you run the risk of losing that benefit.
-
BI tools are here to stay, and they really help make visualization of analytics easy. When working with Infobright, always take an extra second to review the generated queries. The extra few seconds could mean seconds or minutes in saved query times.
Star Schema Bechmark: InfoBright, InfiniDB and LucidDB - MySQL Performance Blog - 0 views
-
Queries time
-
InfoBright was fully 1 CPU bound during all queries.
-
InfiniDB is otherwise was IO-bound, and processed data fully utilizing sequential reads and reading data with speed 120MB/s. I think it allowed InfiniDB to get the best time in the most queries.
- ...1 more annotation...
InfiniDB - the high performance, column oriented analytic database - 0 views
-
"Contributed by Calpont, InfiniDB Community Edition is an open source, scale-up analytics database engine for your data warehousing, business intelligence and read-intensive application needs. Enabled via MySQL® and purpose-built for an analytical workload with column-oriented technology at its core, the multi-threaded capabilities of InfiniDB Community Edition fully encompass query, transactional support and bulk load operations. So come on in, grab a download and get started."
Magic Quadrant for Data Warehouse Database Management Systems - 0 views
-
relational database management systems (DBMSs) used as platforms for data warehouses
-
It is important to note that a DBMS does not in itself constitute a data warehouse — rather, a data warehouse can be deployed on a DBMS platform.
-
a data warehouse is simply a warehouse of data, not a specific class or type of technology
PL/PDF generate and manipulate PDF with Oracle PL/SQL - 0 views
-
"Oracle Reporting & Document Generation PL/PDF is simply the easiest and most flexible way to create professional reports from your Oracle database. The data access is the fastest and safest, because our products work in the database. There is no need for extra servers and extra costs! We provide native PL/SQL solutions which is the best way to work with the Oracle data. All Oracle developer in the PL/SQL language know and use, so no need to learn a new programming language."
Downloads - 0 views
« First
‹ Previous
541 - 560
Next ›
Last »
Showing 20▼ items per page