Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 391307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T16:02:57+00:00 2026-05-12T16:02:57+00:00

I am trying to import NetBackup statistics into Oracle. One field I really want

  • 0

I am trying to import NetBackup statistics into Oracle. One field I really want is ACTIVE START, but it isn’t available from bpdbjobs -report. What is available is ACTIVEELAPSED, so I want to subtract that from the END TIME on import as follows:

END TIME Format: 26/09/2009 10:46:20 PM

ELAPSED TIME Format: 028:32:35 (which is hours, minutes, seconds)

SQL*Loader Control File (Relevant lines):

ACTIVE_ELAPSED      BOUNDFILLER POSITION(261:270),
END_TIME            POSITION(271:293) char "to_date(:End_time, 'dd/mm/yyyy hh:mi:ss AM')",
ACTIVE_START        EXPRESSION "to_date(:END_TIME, 'dd/mm/yyyy hh:mi:ss AM') - TO_DSINTERVAL(':ACTIVE_ELAPSED')",

My googling informs me that there are no format masks for Interval, so I am currently stumped (Oracle SQL is not my normal gig!)

Jonathan

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T16:02:57+00:00Added an answer on May 12, 2026 at 4:02 pm

    you could split the elapsed time and convert it in (fraction of) days, then you can substract it from END_TIME:

    to_date(:END_TIME, 'dd/mm/yyyy hh:mi:ss AM')
    - substr(:elapsed_time, 1, instr(:elapsed_time, ':') - 1) / 24
    - substr(:elapsed_time, 
             instr(:elapsed_time, ':') + 1,
             instr(:elapsed_time, ':', 1, 2) - instr(:elapsed_time, ':') -1) / 24 / 60 
    - substr(:elapsed_time, instr(:elapsed_time, ':', 1, 2) + 1) / 24 / 60 / 60
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to import a table from oracle 10g into SQL Server 2005
I am trying to import BlackBerry code and into Eclipse from SVN. It isn't
I am trying to import java.awt.*; into my class in Greenfoot but when I
I am trying to import RRDtool into Python as I want to access an
I am trying to import a dump into two schema in the same oracle
I'm trying to import one of the GWT samples into Eclipse by following the
I am trying to import an excel file into a data table using GemBox
I’m trying to import fixed width data from text file into SQL Server Express
I'm trying to import the US Census cartographic boundary files (available here: http://www.census.gov/geo/www/cob/bdy_files.html )
I'm trying to import an XML that's provided by twitter into a readable format

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.