Show All Related Tags
Did you mean
Oracle Corp. (3,737 results), Oracle Database (280 results), Oracle Database 10g (148 results), Oracle Application Server 10g (136 results), Oracle9i (111 results)more...
Show Fewer Related Tags
Did you mean
Oracle Corp. (3,737 results), Oracle Database (280 results), Oracle Database 10g (148 results), Oracle Application Server 10g (136 results), Oracle9i (111 results), Oracle Real Application Cluster (92 results), Oracle11i (75 results), Oracle E-Business Suite (72 results), Oracle Application Server (60 results), Oracle Enterprise Manager (34 results), Oracle JDeveloper (30 results), Oracle Application Server Portal (29 results), Oracle9i Application Server (28 results), Oracle9i Database (21 results), Oracle Collaboration Suite (19 results), Oracle Spatial (17 results), Oracle Forms (17 results), Oracle Financials (15 results), Oracle8i (11 results), Oracle9 (11 results), Oracle JDeveloper 10g (10 results), Oracle Developer (10 results), Oracle9i Real Application Cluster (7 results), Oracle Open World (5 results), Oracle9i Application Server Portal (4 results), Oracle Database Server (3 results), Oracle Designer (3 results), Oracle8 (3 results), Oracle Locator (2 results), Oracle Ultra Search (1 results)fewer...
Sponsored White Papers, Webcasts, and Downloads
- BNET Industries
- Oracle is a holding company. Co. develops, manufactures, markets, distributes, as well as services database, middleware software, and applications software designed to help its customers...
- Oracle Corp. company page on BNET »
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- I Ching Dream Teller (exe)
- I Ching Dream Teller is a piece of software which can help you interpret the meaning of your dreams, using I CHING. The idea behind I CHING is very old. It describes a philosophy which centers on the ideas of the dynamic balance of opposites, the evolution of events as...
- Software downloads 2007-04-16
- Avoiding TOO_MANY_ROWS errors in PL/SQL
- Oracle's PL/SQL language has two basic mechanisms for getting data from the database: SELECT and cursors. SELECT is designed to return a single row into local variables; cursors give you the ability to select multiple rows (i.e., a "rowset") and process them one at a time.When you use SELECT in...
- Blog posts 2007-07-31
- Odd little Oracle JDeveloper bug
- I work at an Oracle shop so when it comes time to choice of Java development environments there really isn't much of a choice. I use Oracle JDeveloper like good little Oracle soldier.Actually I don't really have many complaints about it. It's a decent IDE, and it has...
- Blog posts 2007-07-26
- Round and truncate dates in Oracle
- We usually think of rounding as applying only to numeric values: If the digit to the right of where you want to round is 0-4, round down; if it's 5-9, round up. In Oracle, the ROUND function is used for this: The expression ROUND(12.34, 1) evaluates to 12.3, and the...
- Blog posts 2007-07-24
- World's most useless tech support document
- The Internet can enable better communication between a company and its customers. One place where you really see that is in the area of technical support documents.Some of you may not be old enough to remember but there was a time when if you needed help with some software...
- Blog posts 2007-07-19
- Poll: What is the primary database management system (DBMS) in your organization?
- Databases are the lifeblood of many of today's most critical applications. Whether you have implemented a database management system DBMS as part of an application deployment or if you have standardized on a single DBMS across the enterprise, TechRepublic would like to know what the primay DBMS is in your...
- Blog posts 2007-07-18
- Compute the percentage of a total with Oracle's RATIO_TO_REPORT
- Many reports include a percentage of the report total on each line, in addition to the detail data being reported. For example, what percentage does each customer contribute to all of the orders placed in a month, or what percentage does each sales rep contribute to the total sales?The traditional...
- Blog posts 2007-07-17
- Copy Oracle's Automatic Storage Management files with DBMS_FILE_TRANSFER
- Oracle's Automatic Storage Management ASM, introduced in Oracle 10g, provides an alterative to raw disk devices for storing Oracle-related files. Like raw disks, ASM volumes called diskgroups have no filesystem and cannot be browsed directly at the operating system level. This makes maintenance a challenge because you cannot use the...
- Blog posts 2007-07-10
- Sharing an identity space between Oracle databases
- I've mentioned before in this space that I'm rather new to Oracle databases. My Oracle experience really only started about 15 months ago. One of the things I thought was weird at first was that Oracle doesn't have an identity type, nothing you can create as a column...
- Blog posts 2007-06-27
- Multi-dimensional modeling in Oracle SQL
- A spreadsheet is often used as an example of a relational table. Its rows and columns are similar to the rows and columns in a database table. At the intersection of each row and column is a value.The difference is that, in spreadsheets, each cell can also contain a formula...
- Blog posts 2007-06-26
- Control null data in Oracle using the ORDER BY clause
- NULL data, which is sometimes called "absent" data, can be difficult to work with in relational databases. When a query contains the ORDER BY clause to sort the output, NULL data will sort to the bottom if the sort is in ascending order ASC and to the top if the...
- Blog posts 2007-06-19
- Explore Oracle 10g's updated sample schemas
- Each new release of Oracle database brings with it new features to explore. It can be a challenge to create adequate sample tables to play with a given feature. But since Oracle 9i, Oracle has had a robust set of sample schemas you can use to learn new features. The...
- Blog posts 2007-06-12
- Avoid the @ symbol in Oracle passwords
- Password complexity is one of many things that IT auditors examine to see whether a system is secure. IT policies usually state that a password must be a minimum length and include a mix of uppercase and lowercase letters, numbers, and special characters.One special character to avoid with Oracle is...
- Blog posts 2007-06-05
- Consistent error logging greatly simplifies PL/SQL debugging
- I've been working with Oracle databases for a little over a year now, and the part I really like best is PL/SQL. That's their database programming language that lets you combine procedural code with SQL code. What I like most is that it lets you build your entire...
- Blog posts 2007-05-30
- Always check for whitespace
- Last month Justin talked about his quest for fundamental programming theory resources. One fundamental I keep running into is people who forget to check for whitespace. Or dont even know how to check for whitespace.I cant tell you the number of times Ive seen some poor engineer spend...
- Blog posts 2007-05-09
- Are Quarterly patches a good idea on Database Servers?
- It seems that these days all major players in the software industry are beginning to deliver patches on a quarterly patch cycle. Oracle is one such vendor that plans to release fixes for 37 flaws for its flagship products on roughly April 17.Vendors such as Microsoft, Oracle, IBM, etc are...
- Blog posts 2007-04-30
- Microsoft stooge
- I'm so tired of these so-called 'independents' making claims against Oracle or open-source software when they're actually just Microsoft stooges. This seems to be the new Microsoft tactic. Bad mouth others via stooges.IndependentsNot everybody
- Discussion threads 2007-03-10
- Oracle Text
- How do you enable Oracle Text in Oracle 10g Enterprise Edition (Rel. 10.2)?
- Discussion threads 2007-03-01
- ERP for a chinese company need help please !
- Hi everybody,i am working in a Chinese company and i am in charge of finding an erp software for our company.We are a factory who produce lighting equipment. (Small / medium business).The managing director of the company want to develop by ourself the erp !A short description of our workflow:At...
- Discussion threads 2007-02-16
- Trade risk for speed with Oracle 10g's asynchronous COMMIT
- How many for asynchronous COMMIT?Sounds like a great feature. At what volume of operations/records processed would you say a noticable and worthwile performance increase would be obtained?Standard consultant's answerI hate to do this, but I'm going to give you the standard consultant's answer to this one: "It depends."You'll have to...
- Discussion threads 2007-02-14
- << Previous
- page 1 of 4
- Next >>
Content Types
Refining Tags
- Oracle Corp. (50 results)
- Software (38 results)
- database (16 results)
- Sonja Thompson (14 results)
- databases (13 results)
- programming (13 results)
- it management (11 results)
- SQL (9 results)
- news (9 results)
- security (9 results)
- Bob Watkins (8 results)
- Visit Bob (8 results)
- Rex Baldazo (5 results)
- pl/sql (4 results)
- linux (4 results)
- open source (4 results)
- server (4 results)
- erp (4 results)
- Listing B (4 results)
- Oracle Application Server 10g (4 results)
- windows (4 results)
- sql server (4 results)
- Microsoft Corp. (3 results)
- Oracle8i (3 results)
- microsoft (3 results)
- peoplesoft (3 results)
- db2 (3 results)
- java (3 results)
- dba (3 results)
- patch management (3 results)
