Oracle 9i patch for new DST changes

For oracle 9i is there any patch available to take care DST 2007 changes?
How oracle get the current date?
Is oracle depending on Operating System?

Patch is not yet released. You can check the bugs listed in this note in Metalink : Note:359145.1

Similar Messages

  • Solaris 10 - patch for new DST 2007 changes

    I am trying to track down the one patch I need for the new standard for daylight savings time date changes that took effect in 2007. Each time I get one patch and read the readme file, it tells me I need another patch for the U.S. Energy Policy Act for 2005. I am just about to install Solaris 10 patch 119689-07. I don't need any other patch updates, just the bare minimum new DST patch. Thanks for your help.

    119689-07 is obsoleted by 118836. http://sunsolve.sun.com/search/document.do?assetkey=1-21-119689-07-1
    118836-36 is latest rev of this patch -- the kernel patch, whic has latest timezone data for the OS
    You'll need to make sure java has latest tz data, too:
    http://java.sun.com/javase/timezones/
    As far as I know, these are the bare minimums for a system to function properly re: latest DST schedule

  • When will oracle release patch for bug: 18469114.

    When will oracle release patch for bug: 18469114. New reporting requirements regarding ACA and forms 1094-c and 1095-c.

    It's more likely that OracleAS 11(g?) will be available at the end of this year or begginning of next year.

  • DBAdapter polling for new or changed records not issuing callback?

    I have a process which includes a partner link with a database adapter.
    The database adapter is to poll a table for new records using an external database server.
    I have no relationships setup, it's a single-table query.
    The adapter is configured to delete rows after they are read.
    I have the receive process of that partner link tied to a receive activity and its own input variable assigned.
    My process compiles and deploys successfully. When I initiate the process through the BPEL console, the instance of the process waits at the receive activity and nothing happens, even after I manually add records to the table being polled. (which do get deleted, apparently by the partner link.)
    I have other dbadapter partner links in the same process using the same connection that work fine, specifically using procedure execution and custom sql queries.
    I can't find any errors or warnings about this, and the interactions manager in the BPEL Console allows me to manually send a message to the instance, allowing it to continue.
    The application server is 10.1.3.1.0 and I am using JDeveloper 10.1.3.2.0.4066
    Message was edited by:
    Paul.Dunbar
    Follow-up:
    When I set activation logging to debug, I get the following in domain.log
    <2007-04-03 08:15:28,591> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client acquired
    <2007-04-03 08:15:28,591> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> SELECT SOME_ID, SOME_VALUE FROM PAULD.SOME_TABLE ORDER BY SOME_ID ASC
    <2007-04-03 08:15:28,592> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client released
    From looking at this it may be that the callback to the receive activity is not occurring?
    Message was edited by:
    Paul.Dunbar
    Second follow-up:
    I'm still having this issue but must give up on troubleshooting.
    Documentation on polling adapter says nothing about handling callbacks, I've been trying to use correlations here with no luck. I'm also not seeing any documentation about setting up correlations for use with the database adapter.
    now the issue I'm having is that the inbound database adapter is still polling my table and deleting records, even though I've undeployed my process.

    I did not. Currently the manual recovery area is empty. I've tried re-deploying my process and am now getting the following in my logs (all debugging on):
    <2007-04-05 08:01:36,671> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::acquire> Acquired read lock for SendEventNotice-1.0
    <2007-04-05 08:01:36,671> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::release> Released lock for SendEventNotice-1.0
    <2007-04-05 08:01:36,672> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::acquire> Acquired read lock for SendEventNotice-1.0
    <2007-04-05 08:01:36,672> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::release> Released lock for SendEventNotice-1.0
    <2007-04-05 08:01:36,678> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnection> GOT CONNECTION 1 Autocommit = false
    <2007-04-05 08:01:36,681> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnection> CLOSE CONNECTION 0
    <2007-04-05 08:01:36,681> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnection> GOT CONNECTION 1 Autocommit = false
    <2007-04-05 08:01:36,682> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnection> CLOSE CONNECTION 0
    <2007-04-05 08:01:36,686> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::acquire> Acquired read lock for SendEventNotice-1.0
    <2007-04-05 08:01:36,687> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::release> Released lock for SendEventNotice-1.0
    <2007-04-05 08:01:36,688> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::acquire> Acquired read lock for SendEventNotice-1.0
    <2007-04-05 08:01:36,688> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::release> Released lock for SendEventNotice-1.0
    <2007-04-05 08:01:36,688> <DEBUG> <default.collaxa.cube.engine.deployment> <LockManager::acquire> Acquired write lock for SendEventNotice-1.0
    <2007-04-05 08:01:36,688> <DEBUG> <default.collaxa.cube.engine.data> <BaseProcessPersistenceAdaptor::updateMetaData> Updating process metadata [ domain = default, process = SendEventNotice, revision = 1.0, state = 0, lifecycle = 0 ]
    <2007-04-05 08:01:36,688> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnection> GOT TX CONNECTION 1 Autocommit = false
    <2007-04-05 08:01:36,691> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::receive> Receiving message log process event message 61b55bd8c71ae1e3:-3d66bcb1:111c1b2d4aa:-7f9c for set system
    <2007-04-05 08:01:36,691> <DEBUG> <default.collaxa.cube.engine.dispatch> <Dispatcher::adjustThreadPool> Allocating 1 thread(s); pending threads: 1, active threads: 0, total: 84
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine.dispatch> <DispatcherBean::send> Sent message to queue
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine> <DomainObserverRegistry::notify> Notifying observer class oracle.bpel.services.rules.DeploymentListener with aspect class com.collaxa.cube.engine.observer.ProcessStateChangeAspect for domain default
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine> <DomainObserverRegistry::notify> Notifying observer class com.collaxa.cube.engine.test.driver.deployment.BPELTestDeployer with aspect class com.collaxa.cube.engine.observer.ProcessStateChangeAspect for domain default
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine> <DomainObserverRegistry::notify> Notifying observer class oracle.bpel.services.workflow.task.PurgeTask with aspect class com.collaxa.cube.engine.observer.ProcessStateChangeAspect for domain default
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.services> <oracle.bpel.services.workflow.task.PurgeTask::update(ICubeAspect> Called for aspect com.collaxa.cube.engine.observer.ProcessStateChangeAspect
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine> <DomainObserverRegistry::notify> Notifying observer class oracle.tip.esb.configuration.deployment.bpel.BPELSvcDeploymentManager with aspect class com.collaxa.cube.engine.observer.ProcessStateChangeAspect for domain default
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine.dispatch> <SystemDispatchSet::fetchScheduled> Fetched message log process event message 61b55bd8c71ae1e3:-3d66bcb1:111c1b2d4aa:-7f9c from system queue for processing
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine.dispatch> <LogProcessEventMessageHandler::handle> Processing log process event message 61b55bd8c71ae1e3:-3d66bcb1:111c1b2d4aa:-7f9c
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine> <DomainObserverRegistry::notify> Notifying observer class com.collaxa.cube.engine.data.CubeInstanceCache with aspect class com.collaxa.cube.engine.observer.ProcessStateChangeAspect for domain default
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine> <DomainObserverRegistry::notify> Notifying observer class oracle.bpel.services.workflow.DeploymentListener with aspect class com.collaxa.cube.engine.observer.ProcessStateChangeAspect for domain default
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.services> <oracle.bpel.services.workflow.DeploymentListener::update(ICubeAspect> Called for aspect com.collaxa.cube.engine.observer.ProcessStateChangeAspect
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.engine> <DomainObserverRegistry::notify> Notifying observer class com.collaxa.cube.engine.core.BaseCubeProcess$ActivationObserver with aspect class com.collaxa.cube.engine.observer.ProcessStateChangeAspect for domain default
    <2007-04-05 08:01:36,693> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::onStateChanged State is changed for process 'bpel://localhost/default/SendEventNotice~1.0/', state=ON
    <2007-04-05 08:01:36,693> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Adapter Framework instance: OraBPEL - endpointActivation for portType=initialCoordination_ptt, operation=receive
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Looking up jca:address...
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Looking up WSDL Service jca:address for portType=initialCoordination_ptt and operation=receive
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Locating Resource Adapter for jca:address.. {http://xmlns.oracle.com/pcbpel/wsdl/jca/}address: location='eis/DB/TST2' ManagedConnectionFactory='oracle.tip.adapter.db.DBManagedConnectionFactory' (properties: {Password=E466676A7A458FA6EBCFF72E13C04843, PlatformClassName=oracle.toplink.platform.database.oracle.Oracle10Platform, ConnectionString=jdbc:oracle:thin:@//lxdb2:1521/TST2, DriverClassName=oracle.jdbc.OracleDriver, UserName=SONRIS_DBA})
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Setting up Input Header Message QName: null
    <2007-04-05 08:01:36,693> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Setting up Input Header Part Name: null
    <2007-04-05 08:01:36,694> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnection> GOT TX CONNECTION 2 Autocommit = false
    <2007-04-05 08:01:36,694> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Setting Adapter Name: Database Adapter
    <2007-04-05 08:01:36,694> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Determining Input and Output WSDL Message elements
    <2007-04-05 08:01:36,695> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Creating ActivationSpec...
    <2007-04-05 08:01:36,695> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Instantiating ActivationSpec oracle.tip.adapter.db.DBActivationSpec
    <2007-04-05 08:01:36,695> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Populating ActivationSpec oracle.tip.adapter.db.DBActivationSpec with properties: {MaxRaiseSize=1, MarkReadFieldName=DONE_READING, UseBatchDestroy=false, MarkUnreadValue=UNREAD, ReturnSingleResultSet=false, QueryName=initialCoordination, MarkReadValue=READ, MarkReservedValue=RESERVED, DescriptorName=initialCoordination.AnotherTable, NumberOfThreads=1, MappingsMetaDataURL=initialCoordination_toplink_mappings.xml, PollingStrategyName=LogicalDeletePollingStrategy, PollingInterval=5, SequencingFieldName=AN_ID, MaxTransactionSize=unlimited}
    <2007-04-05 08:01:36,697> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnection> CLOSE TX CONNECTION 1
    <2007-04-05 08:01:36,700> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Preparing ActivationSpec for Translation Service
    <2007-04-05 08:01:36,701> <DEBUG> <default.collaxa.cube.engine.dispatch> <BaseDispatchSet::acknowledge> Acknowledged message log process event message 61b55bd8c71ae1e3:-3d66bcb1:111c1b2d4aa:-7f9c
    <2007-04-05 08:01:36,705> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Preparing ActivationSpec for Connection Factory and Properties
    <2007-04-05 08:01:36,705> <DEBUG> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Invoking endpointActivation() on Resource Adapter
    <2007-04-05 08:01:36,708> <INFO> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.DBResourceAdapter endpointActivation> Activating: oracle.tip.adapter.db.DBActivationSpec@4e7ed
    <2007-04-05 08:01:36,710> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client acquired
    <2007-04-05 08:01:36,713> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client released
    <2007-04-05 08:01:36,715> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.DBEndpoint start> About to schedule the inbound polling thread with the work manager. ActivationSpec: oracle.tip.adapter.db.DBActivationSpec@4e7ed
    <2007-04-05 08:01:36,716> <INFO> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.DBEndpoint start> Kicked off 1 threads.
    <2007-04-05 08:01:36,717> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client acquired
    <2007-04-05 08:01:36,719> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> begin transaction
    <2007-04-05 08:01:36,721> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> rollback transaction
    <2007-04-05 08:01:36,722> <ERROR> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.InboundWork handleException> Non retriable exception during polling of the database ORABPEL-11624
    DBActivationSpec Polling Exception.
    Query name: [initialCoordination], Descriptor name: [initialCoordination.AnotherTable]. Polling the database for events failed on this iteration.
    If the cause is something like a database being down successful polling will resume once conditions change. Caused by Exception [TOPLINK-6024] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.QueryException
    Exception Description: Modify queries require an object to modify.
    Query: UpdateObjectQuery(null).
    <2007-04-05 08:01:36,722> <FATAL> <default.collaxa.cube.activation> <AdapterFramework::Inbound> [initialCoordination_ptt::receive(AnotherTableCollection)]Resource Adapter requested Process shutdown!
    <2007-04-05 08:01:36,723> <FATAL> <default.collaxa.cube.activation> <AdapterFramework::Inbound>
    ORABPEL-11624
    DBActivationSpec Polling Exception.
    Query name: [initialCoordination], Descriptor name: [initialCoordination.AnotherTable]. Polling the database for events failed on this iteration.
    If the cause is something like a database being down successful polling will resume once conditions change. Caused by Exception [TOPLINK-6024] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.QueryException
    Exception Description: Modify queries require an object to modify.
    Query: UpdateObjectQuery(null).
    As reflected in the log messages, the process is automatically turned off. Turning it back on is ineffective, the server turns it back off with the same exception.
    This is a separate issue, but I'm not seeing much reason for this to be happening either. I've scrapped the process and started over, using my own BPEL process that simulates what I would expect that the dbadapter is supposed to do when it's configured to poll for records.

  • Oracle CPU patch for 10.20.4

    Hello,
    Here is my DB version.
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    I am using SUNOS SPARC 64 bit server. I am going to apply JAN 2010 CPU patch. In the README.html file, i see one step as below.
    If CPUOct2009 has not been applied, ensure that MLR (Merge Label Request) bugs 9054847 and 9054851 have been applied.
    My question is, how do i ensure that, MLR has been already applied? Any help is highly appreciated.

    If patches 9054847 and 9054851 have not been applied, you will need to apply them before proceeding to apply the CPU patch. Pl see the README files of the two patches for install instructions.
    HTH
    Srini

  • Oracle 9iR2 patches for RedHat 3 or later on IA64

    Hi All,
    Could some one please help me find out the patches for IA64 RedHat 3 and later version, i wanted to install Oracle 9i release 2 on RH 3 and later, so i read saying i need patches!!
    Thanks in advance, this is very urgent
    Thanks,
    Kumar

    I am not able to access the link, and to let you know i do not have access to metalink, please help me.Then you can't download Oracle Patches... you have to use the distributions as they stand.
    ~Jer

  • Satellite 5200 - Need master/slave patch for new DVD drive

    I need a patch for DVD to use in a Satellite 5200.
    My original DVD is broken, so i bought a Toshiba SD-C2512 DVD but it is not working inside the Satellite, but with adaptor at my Desktop PC.
    I have to patch the DVD to Master.
    Where can I get the file and prog to patch?

    Hi
    I think such patches that you mean are not available and as far as I know if you can switch a notebook from Master to Slave for example there is a jumper on the drive.
    However, for me it sounds like that the drive is not compatible with this notebook. Not every drive is compatible with every notebook (e. g. pin assignment, ) ;)
    You should buy another one and check the user manual. There you should find a list of compatible drives.
    Bye

  • Customer master report for new and changed customer

    Hi All,
        I want to write a report for customer master, If a new customer is created or if customer is changed the report should get the customer and download it to a flat file.
    There is no proper spec they want customer based on acount group,Here how i can find the customer is  newly created or changed. Change pointer is active.
    in table CDHDR if customer is created the date and object id is there but changed the changed date is not in table kna1.
    Please help me regarding the logic.
    Thanks,
    Arun.

    Dear Arun,
      Please check for the delta entries on the customer master tables in DBTABLOG.
      This table stores all the changes made in database level.
    Regards
    imran.

  • Small patch for New-IsoFile

    I made a slight change in how New-IsoFile creates the temporary file if needed. The original used a timestamp for the filename, but I wanted to use the real GetTempFileName-call. The two changed parts are bolded below. I would appreciate any feedback!
    8< - - - - - 8< - - - - - 8< - - - - - 8< - - - - - 8< - - - - - 8< - - - - - 
    function New-IsoFile
      <#
       .Synopsis
        Creates a new .iso file
       .Description
        The New-IsoFile cmdlet creates a new .iso file containing content from chosen folders
       .Example
        New-IsoFile "c:\tools","c:Downloads\utils"
        Description
        This command creates a .iso file in $env:temp folder (default location) that contains c:\tools and c:\downloads\utils folders. The folders themselves are added in the root of the .iso image.
       .Example
        dir c:\WinPE | New-IsoFile -Path c:\temp\WinPE.iso -BootFile etfsboot.com -Media DVDPLUSR -Title "WinPE"
        Description
        This command creates a bootable .iso file containing the content from c:\WinPE folder, but the folder itself isn't included. Boot file etfsboot.com can be found in Windows AIK. Refer to IMAPI_MEDIA_PHYSICAL_TYPE enumeration for possible media
    types:
          http://msdn.microsoft.com/en-us/library/windows/desktop/aa366217(v=vs.85).aspx
       .Notes
        NAME:  New-IsoFile
        AUTHOR: Chris Wu
        LASTEDIT: 03/06/2012 14:06:16
     #>
      Param (
        [parameter(Position=0,Mandatory=$true,ValueFromPipeline=$true)]$Source,
        [parameter(Position=1)][string]$Path,
        [string] $BootFile = $null,
        [string] $Media = "Disk",
        [string] $Title = (Get-Date).ToString("yyyyMMdd-HHmmss.ffff"),
        [switch] $Force
      )#End Param
      Begin {
        ($cp = new-object System.CodeDom.Compiler.CompilerParameters).CompilerOptions = "/unsafe"
        if (!("ISOFile" -as [type])) {
          Add-Type -CompilerParameters $cp -TypeDefinition @"
    public class ISOFile
        public unsafe static void Create(string Path, object Stream, int BlockSize, int TotalBlocks)
            int bytes = 0;
            byte[] buf = new byte[BlockSize];
            System.IntPtr ptr = (System.IntPtr)(&bytes);
            System.IO.FileStream o = System.IO.File.OpenWrite(Path);
            System.Runtime.InteropServices.ComTypes.IStream i = Stream as System.Runtime.InteropServices.ComTypes.IStream;
            if (o == null) { return; }
            while (TotalBlocks-- > 0) {
                i.Read(buf, BlockSize, ptr); o.Write(buf, 0, bytes);
            o.Flush(); o.Close();
        }#End If
        if ($BootFile -and (Test-Path $BootFile)) {
          ($Stream = New-Object -ComObject ADODB.Stream).Open()
          $Stream.Type = 1  # adFileTypeBinary
          $Stream.LoadFromFile((Get-Item $BootFile).Fullname)
          ($Boot = New-Object -ComObject IMAPI2FS.BootOptions).AssignBootImage($Stream)
        }#End If
        $MediaType = @{CDR=2; CDRW=3; DVDRAM=5; DVDPLUSR=6; DVDPLUSRW=7; `
          DVDPLUSR_DUALLAYER=8; DVDDASHR=9; DVDDASHRW=10; DVDDASHR_DUALLAYER=11; `
          DISK=12; DVDPLUSRW_DUALLAYER=13; BDR=18; BDRE=19 }
        if ($MediaType[$Media] -eq $null) { write-debug "Unsupported Media Type: $Media"; write-debug ("Choose one from: " + $MediaType.Keys); break }
        ($Image = new-object -com IMAPI2FS.MsftFileSystemImage -Property @{VolumeName=$Title}).ChooseImageDefaultsForMediaType($MediaType[$Media])
        if ($Path) {
            if ((Test-Path $Path) -and (!$Force)) { "File Exists $Path"; break }
            if (!($Target = New-Item -Path $Path -ItemType File -Force)) { "Cannot create file $Path"; break }
        } else {
            if (!($Target = [IO.Path]::GetTempFileName() | Rename-Item -NewName { $_ -replace 'tmp$', 'iso' } –PassThru)) { "Cannot create ISO in %TEMP%"; break }
      Process {
        switch ($Source) {
          { $_ -is [string] } { $Image.Root.AddTree((Get-Item $_).FullName, $true); continue }
          { $_ -is [IO.FileInfo] } { $Image.Root.AddTree($_.FullName, $true); continue }
          { $_ -is [IO.DirectoryInfo] } { $Image.Root.AddTree($_.FullName, $true); continue }
        }#End switch
      }#End Process
      End {
        if ($Boot) { $Image.BootImageOptions=$Boot }
        $Result = $Image.CreateResultImage()
        [ISOFile]::Create($Target.FullName,$Result.ImageStream,$Result.BlockSize,$Result.TotalBlocks)
        $Target
      }#End End
    }#End function New-IsoFile
          

    Hi,
    I recommend posting this on the QandA tab of the gallery item:
    http://gallery.technet.microsoft.com/scriptcenter/New-ISOFile-function-a8deeffd/view/Discussions#content
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Oracle 9i patches for linux 4.0 Advance server

    how do i download the required patches of oracle 9i for linux 4.0 Advanced server. I am 9i oracle certified professional. Currently I am not working. how it is possible for me to dowload pathces through www.metalink.oracle.com or is there any other way to get that.
    Thanx in anticipation.
    REKHA BHANDARI
    OCP (9i) - DBA

    As far as I can tell, the only way to patch Oracle installations for security or flaw updates is to hand-deliver bags of cash to Mr. Ellison. I was excited to see that they now offer a free developer license for the initial install, however, developers need to work with patched versions as well to ensure compatibility.
    To anyone at Oracle that may read this: Is there a way for developers to download security and flaw patches without using Metalink? If Metalink is the only option, is it still out of the price range of non-corporate or government entities?
    Thanks,
    Randy

  • Pfile parameter configuration in oracle 8i according for new server

    Hi Expert,
    please help me about my question
    my configuration is
    OS win2003 32 bit
    ram 3gb
    database size=80gb
    oracle 8i
    db_block_buffers=122880
    shared_pool_size=419430400
    large_pool_size =24576000
    log_buffer=104857600
    db_block_size=8192
    sort_area_size=5242880
    sort_area_retained_size=5242880
    **now i have server with following configuration**
    ram 64 GB
    database size 80 GB
    processor 2.13 ghz with 8 CPU
    how to configure following parameter
    db_block_buffers=?
    shared_pool_size=?
    large_pool_size =?
    log_buffer=?
    db_block_size=?
    sort_area_size=?
    sort_area_retained_size=?

    Hi,
    how to configure following parameter
    db_block_buffers=?
    shared_pool_size=?
    large_pool_size =?
    log_buffer=?
    db_block_size=?
    sort_area_size=?
    sort_area_retained_size=?
    You can follow my below action plan
    1) Why you want to go to new server?
    Is the DB was slow? --> if yes then you need to run your application with new server
    2) if its 9i or 10g and then run the advisory and check for estimated physical read for db_cache_size
    3) Is it shared_Pool then you need to check shared_pool advisory section and similarly for large_pool_size etc..
    according to me you can decide the size of memory structure only after running your application with database.
    After migration, please collect the system stats
    Kind Regards,
    Rakesh Jayappa

  • Oracle SOX patches for SAP platform

    Oracle has released many sox patches to implement.
    We would like know whether these patches can be installed for oracle databases in SAP.
    SAP has given note 1137346 for 10.2.0.4 with all other patches but not outlined the sox patches.
    Can any one clarify?

    I'd open an OSS call.
    Those Oracle patches may conflict with SAP patches.
    Markus

  • DBAdapter polling for new or changed records not issuing callback within an asynchronous BPEL process?

    Hi,
    I have a requirement to poll a database table withing an asynchronous process. The reason I want to use a receive within an asynchronous BPEL is because the process needs to be notified many times thru polling. So might need many receive activities.
    I have developed a process as described below :-
    1. Created an asynchronous process.
    2. Created a Database adapter for polling a table. Logical delete strategy is being used.
    3. Have put a receive activity from the DB Adapter created.
    4. Created a correlation set consisting of a single property(String)
    5. Created a property alias to refer to
    a. the input string of the asynchronous process. (unique for this process)
    b. the input from the database adapter (unique for this process)
    I initiate this process from the console. Then I inserted a record the table with proper inputs.
    But the BPEL waits indefinitely at the receive activity.
    When I try to poll the table from an empty BPEL process, it works perfectly fine.
    Regards
    Kabir

    Hi Kabir,
    Please refer the following sample for your usecase.
    Though Please be aware that one instance of BPEL process will correlate with only one message if you have one receive activity. Not all the messages tht DBAdapter polls.
    bpel-305-InboundCorrelationShows how to perform message correlation within BPEL
    Also Refer the following in Developer guide.
    http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/bp_correlate.htm#CHDFHAAE
    If you want to keep polling and receiving the messages in the same BPEL process you might have to put the receive activity in a while loop construct. But as a design this is not a good design.
    Can you elaborate your requirement to understand better and suggest better solution.

  • Image size for new document changes

    We need to submit a file 6.125" x 4.125" at 300dpi to our printer. This has never been a problem before. Photoshop changes our custom document size from the entered dimensions to 6.127" x 4.127". This is a problem. Anyone else having this issue? Adobe's answer was to change the resolution to 300.1 dpi which seems like a weird hack. We have tried to unclick the proportion constrain link and you still can't get the exact size.
    Thanks

    Unavoidable. An image consists of pixels. Photoshop is rounding to the nearest whole pixel.

  • Cant press F1 for new Memory Changes..

    Well,
    I have always had a PS2 Adaptor for doing this, but I cannot find it, and cannot find ANY locally.
    Is there a way to press F1 with a USB keyboard? I dont have a F Lock, and I press it and it just doesnt work...
    Please help!
    Im using the P67A-GD65 B3 Board.

     OK, time to start with the basic "tell us what you have" routine, include what BIOS revision you now have. See my signature below for example of information to provide. Please go into your "Profile" and make a signature with that info.
         >> Posting Guide <<

Maybe you are looking for