• Login
  • Become a member
  • RSS
  • Part of the TechTarget network
SearchOracle.com
  • News
    • Latest Headlines
      • Privileged user management a must for DBAs
      • Subtle, meaningful differences in right-time and real-time analytics
      • Oracle competition is worth a look, Collaborate attendees say
      • View All News
    • Featured
      • Business Applications Digest

        Essential resources for business and IT professionals tasked with designing an effective enterprise-wide business applications strategy – covering issues on cloud vs. on-premises apps, purchasing tips, implementation and upgrade best practices and...

        Download Now!
  • Premium
    Editorial
    • E-Books
      • Must-know BI and reporting trends for Oracle eBusiness Suite adopters
      • E-book: Ensuring data quality throughout your Oracle environment
      • Managing batch jobs in Oracle application environments
      • View All E-Books
    • E-Zines
      • Business Information
      • BI Trends + Strategies
      • View All E-Zines
    • E-Handbooks
      • Oracle analytics: Real time isn’t for everyone
      • Giving your Oracle hardware performance a shot in the arm
      • View All E-Handbooks
    • Research
      • Wayne Eckerson explores the market for in-memory visualization tools
  • Oracle
    Topics
    • Topics
      • Database Admin

        Oracle DBA tools, Backup and recovery, Database design, Export, import and migration, Installation, upgrades and patches, Error messages, Oracle performance problems and tuning, Oracle security, Availability, Real Application Clusters (RAC), Cloud infrastructure, MySQL database

        Development

        BPEL in Oracle, SQL, PL/SQL, Stored procedures, Java / J2EE, XML, Open Source

        Applications

        Enterprise and business performance management, E-Business Suite, Implementing and upgrading Oracle apps, Fusion applications, JD Edwards (JDE), PeopleSoft, Hyperion, Siebel and Oracle CRM

      • Oracle management

        Oracle Web 2.0, Oracle strategy and product roadmap, Oracle support services, Oracle vs. SAP, Regulatory compliance, Market analysis, Oracle acquisitions, Oracle on demand and SaaS, Outsourcing, Business process management, Small businesses, DBA jobs training and certification

        Fusion

        Oracle and BEA, Application Server, SOA (service-oriented architecture), Data and application integration

        Data Mgmt

        BI (business intelligence), Metadata, Data quality, Data warehousing

      • Infrastructure

        Cloud computing infrastructure, Exadata and Exalogic, Virtual machine, Operating system, Oracle hardware decisions, Oracle on Linux, Grid computing

    • Hot Topics
      • Installation, upgrades and patches
      • Fusion applications
      • Oracle support services
  • Tutorials
    • Advice & Tutorials
      • Oracle database performance tuning guide
      • Oracle applications learning guide
      • Third-party tools for Oracle: Special report
      • Oracle upgrades: Tips and trends
      • Oracle virtualization introduction guide
      • Oracle grid computing and cloud computing: Special report
    • Technology Dictionary
      • Find definitions and links to technical resources
      • Powered by WhatIs.com
  • Expert
    Advice
    • Tips
      • Script writing rules for Oracle Hyperion Financial Management
      • Domain-specific Oracle master data management
      • The basics of Oracle database availability
      • View All Tips
    • Answers
      • Perfect the Oracle RMAN duplicate 10g command
      • Doing SQL arithmetic with SELECT instead of arithmetic operations
      • Managing SQL parent table-child table relations
      • View All Answers
    • Ask a Question
      • Pose a question to the SearchOracle.com Experts
      • Get help from our technical community
      • Powered By ITKnowledgeExchange.com
  • White
    Papers
    • Research Library
      • White Papers
      • Business Webcasts
      • Downloads
      • Powered by Bitpipe.com
    • Product Demos
      • Try out software demos
      • Powered By 2020Software.com
    • Resource Centers
      • View All Resource Centers
  • Blogs
    • Blogs
      • Eye on Oracle
      • Powered By ITKnowledgeExchange.com
  • Home
  • Ask the Experts
  • Perfect the Oracle RMAN duplicate 10g command

    One reader asks expert Brian Peasland a question about datafile sizes with the Oracle RMAN duplicate 10g command.

  • Do SQL arithmetic without using arithmetic operations

    Learn how to do simple SQL arithmetic operations without using the arithmetic operators.

  • Managing SQL parent table-child table relations

    Managing parent table-child table relations in Oracle SQL environments is key to efficient programming.

  • Meet All Experts

Submit a question to our experts

Expert Answers

  • ORA-19566 error with RMAN backup in Oracle 8i

    ORA-19566 error with RMAN backup in Oracle 8i

  • How to return multiple values for THEN clause in an SQL CASE expression

    Read this tip from SQL expert Rudy Limeback on how to return multiple values in THEN clause of SQL CASE expression.

  • Using LEFT OUTER JOIN query to get zero row counts in SQL

    An SQL expert explains how using a LEFT OUTER JOIN query can retrieve zero row counts in SQL.

  • Can I concatenate row values in SQL?

    An Oracle user asks SQL expert Rudy Limeback if there is an SQL query that will concatenate two different tables with different numbers of rows.

  • Should I try to avoid a LEFT OUTER JOIN in SQL?

    An Oracle user asks expert Rudy Limeback whether avoiding a LEFT OUTER JOIN in SQL is a good SQL strategy.

  • How to write an SQL query for two foreign keys to the same table

    A SQL user asks how to write a query for two foreign keys to the same table. Read SQL expert Rudy Limeback's answer here.

  • How to create an SQL CHECK constraint for two letters

    SQL expert Rudy Limeback explains how to create a SQL CHECK constraint for two letters when trying to write a query to retrieve data from two tables.

  • Tips for derived tables in SQL and using FULL OUTER JOINs

    SQL expert Rudy Limeback gives his strategy for using FULL OUTER JOINs on derived tables in SQL. Read the tip here.

  • How to delete a partition on the F: drive with Oracle on Windows

    Get tips on how to delete and recreate a partition on the F: drive in which Oracle is installed.

  • How to disable Oracle constraints and triggers during an import in 10g

    An Oracle user asks expert Brian Peasland if constraints and triggers can be disabled on an Oracle import in Oracle 10g and how to complete this task.

  • Should we worry about Oracle memory leaks on Windows?

    Oracle expert Brian Peasland explains how to evaluate if Oracle memory leaks will be an issue on a Windows platform and how to use Real Application Clusters (RAC) for scaling up and out.

  • What is a staging table, and how is the staging concept used in Oracle?

    Expert Brian Peasland gives an example of what the staging concept is and how to use a staging table in Oracle.

  • What could be causing an SQL count 0 with a successful Oracle import?

    Get tips for fixing the problem of getting an SQL count 0 with a successful Oracle import.

  • Is a hot backup part of a backup database using RMAN?

    How can the System Change Number (SCN) be used to perform a hot backup for a backup database using RMAN? Learn the answer here.

  • How to configure Oracle DB_BLOCK_SIZE and Solaris operating system block size

    Read this expert explanation of DB_BLOCK_SIZE vs. operating system block size configuration in an Oracle 10g database operating on Solaris 10.

  • How does Oracle instance recovery work and what happens internally?

    Oracle expert Brian Peasland explains how an Oracle instance recovery works and what happens internally during the process in this tip.

  • Tips for using parameters in an Oracle dump file import

    Oracle expert Brian Peasland explains the function of certain parameters when importing an Oracle dump file from one Oracle server to another.

  • How to back up Oracle 10g RAC database on an AIX system

    An Oracle user wants to take a backup of an Oracle 10g RAC database on an AIX system. Read an expert's advice here.

  • How to write an SQL query using GROUP BY for row analysis

    SQL expert Rudy Limeback explains how to write a SQL query using GROUP BY to retrieve the students who have all three rows in a skills table.

  • How to return a zero in SQL instead of no row back for a select count

    Want your row to return a zero instead of getting no row backs for some combinations when doing a select count in SQL? Find out how here.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
More from Related TechTarget Sites
  • Data Management
  • Business Analytics
  • SAP
  • SQL Server
  • Java
  • Data Center
  • Content Management
  • Financial Applications
  • Data Management
    • New BI stack tackles data load at Boston Children's Hospital

      Boston Children's Hospital upgraded its business intelligence architecture to boost enterprise reporting, a move that also required retraining users.

    • Expanded Hadoop use cases will drive need for new enterprise features

      With user interest rising, Hadoop vendors are trying to pave a path to higher adoption with add-ons that target issues holding the technology back.

    • Jim Goodnight on SAS in-memory analytics and the data scientist

      A podcast Q&A with SAS execs Jim Goodnight and Jim Davis looks at big data enablers, including in-memory analytics, and the role of data scientists.

  • Business Analytics
    • Match in-memory processing speed to big data analytics business need

      Michael Minelli, co-author of a book on big data analytics, says in-memory analytics tools must be tied to business processes to pay off for users.

    • MIT panelists: Big data calls for data-driven decision making skills

      C-level execs need to develop better decision making skills to capitalize on big data technology, said speakers at the 2013 MIT Sloan CIO Symposium.

    • In-memory analytics tools pack potential big data punch

      The faster analytics performance spurred by in-memory technology can help companies capitalize on big data, but there are barriers to be aware of.

  • SAP
    • SAP social collaboration strategy grinds forward with SAP JAM

      SAP Jam is an improvement over SAP StreamWork in terms of integration with business processes, but questions still remain over its viability, William Newman writes.

    • Analyst Jon Reed on SAP SapphireNow 2013, SAP Fiori

      Analyst Jon Reed gives his take on SAP Fiori, a collection of apps intended to cover a wide range of business processes as simply and efficiently as possible.

    • Ariba Network announces QuickBooks integration

      At its annual conference, Ariba announced a new tool by partner Dell Boomi that lets small businesses integrate their QuickBooks accounting with the Ariba Network.

  • SQL Server
    • Database index design and optimization: Some guidelines

      What are the latest tips and tricks for database design and optimization? Check out this tip from Basit Farooq to learn more.

    • Adam Machanic talks SQL Saturday

      We caught up with Adam Machanic, group leader of the New England SQL Server user group, at SQL Saturday Boston. Find out what he shared with us.

    • SQL Server meets database application security

      Make sure your SQL Server is secure by studying these general guidelines for secure database applications from SQL Server expert Roman Rehak.

  • Java
    • Inside advice on the use of Platform as a Service in the enterprise

      CloudBees founder and CEO Sacha Labourey answers tough questions and hands out practical advice about PaaS and how it works in the enterprise.

    • How skilled portlet developers make the portal strategy work

      Portals are providing more value than ever, and having skilled portlet developers on staff brings the technology to new levels.

    • Five portlet development tips software engineers can't ignore

      Here are five quick portlet development tips that software engineers will find helpful as they develop applications for the portal.

  • Data Center
    • Data center modernization starts with cloud, SDN and virtualization

      Some of the technologies driving data center modernization include cloud computing, flash storage, virtualization and software-defined networking.

    • Data center technologies evolve to meet tomorrow's computing demands

      VMware's upcoming public cloud and AMD's 64-bit ARM servers are technologies for the data center that exemplify the changes in the IT industry.

    • New data center cooling strategies to improve efficiency, lower costs

      Stagnant strategies for data center cooling will keep energy bills climbing ever higher, but a more modern approach can bring them back down to earth.

  • Content Management
    • IT leaders can learn from users' concerns about Tumblr-Yahoo deal

      Users of the Tumblr blogging site worry about what will happen to their content after Yahoo's acquisition, and IT execs can learn from the situation.

    • Get 'em ready: Tips for planning a SharePoint 2013 training program

      SharePoint is a complex application. But training business users for an upgrade to SharePoint 2013 doesn't have to be a daunting task for IT teams.

    • The organization of the future: Not just hybrid IT, but hybrid people

      The adoption of hybrid IT approaches creates a need for executives who can both formulate business objectives and assess IT requirements.

  • Financial Applications
    • PeopleSoft HCM 9.2 strengthens healthcare user's confidence

      The latest version of PeopleSoft's HCM product is alleviating one healthcare company's concerns about the future of the healthcare product line.

    • HR software customers speak out: Six stories

      We've rounded up our most compelling human resources software case studies for a diverse sampling of peer-to-peer advice.

    • With HANA, SAP is disrupting business models -- including its own

      At Sapphire Now 2013, in-memory analytics and mobile app demos showed how companies can turn big data into profitable service lines.

All Rights Reserved,Copyright 2003 - 2013, TechTarget
  • About Us
  • Contact Us
  • Site Index
  • Privacy policy
  • Advertisers
  • Business partners
  • Events
  • Media kit
  • TechTarget Corporate site
  • Reprints
  • Archive
  • Site map