Example DBMS HS PASSTHROUGH

Hi All, Can anyone help me with the Example of DBMS_HS_PASSTHROUGH
1, I have Oracle Table Temp1 columns: Name, ID in Server A.
2, ACCESS DATABASE DB.MDB table name TEMP1 in Server B columns Name, ID
3, I need to write a package or procedure to insert data from oracle table to Access table using dbms_hs_passthrough .
( from oracle Table Temp1 to Access table Temp1)
Can anyone tell me the Steps.
Thanks
Your Truely

http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_hspass.htm#ARPLS017
http://download.oracle.com/docs/cd/B19306_01/gateways.102/b16222/dev_apps.htm#sthref903
http://download.oracle.com/docs/cd/B19306_01/gateways.102/b16222/dev_apps.htm#sthref892
Oracle Metalink Document: Example of Executing DBMS_HS_PASSTHROUGH: Doc ID: Note:122750.1
https://metalink.oracle.com/metalink/plsql/f?p=130:14:3759143698052342900::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,122750.1,1,1,1,helvetica
Adith

Similar Messages

  • Web Svr 6.1 SP4 App Svr 8.1 integration service-passthrough Working example

    This is a verbatim example from a working installation.
    Pathnames etc will differ from this example.
    This is an example of the integration of SUN Java System Web Server 6.1 SP 4 and
    SUN Java System Application Server 8.1 2005Q1.
    The scope of this integration is successfully accessing a working application
    hosted on the application server by making HTTP requests to the web server.
    Download and install the "Reverse Proxy Plug-in"
    The "Sun Java System Web Server 6.1 Add-Ons" download from sun.com
    includes the libpassthrough.so shared object.
    libpassthrough.so includes the required passthrough Server Application Function(s) (SAF).
    The output of the strings command on libpassthrough.so followed by a
    grep for passthrough will list the available Server Application Function(s).
    strings libpassthrough.so | grep -i passthrough
    magnus.conf file edits.
    /export/home/accesmanagerinstalldir/opt/SUNWwbsvr/https-menfi.houston.rr.com/config/magnus.conf
    Add this line.
    Init fn="load-modules" shlib="/export/home/accesmanagerinstalldir/opt/SUNWwbsvr/plugins/passthrough/libpassthrough.so"
    obj.conf edits.
    NameTrans fn="assign-name" from="/pwc(|/*)" name="passthrough"
    Position of the NameTrans directive is significant.
    The NameTrans directives are sequentially searched until a match is found.
    One and only one NameTrans directive is utilized for the
    NameTrans stage of each HTTP request.
    My configuration had this directive as the first NameTrans directive of the obj.conf file.
    <Object name="passthrough">
    Service fn="service-passthrough" servers="http://192.168.1.199:8080"
    </Object>
    Once a NameTrans match is found the corresponding Object
    within the obj.conf file is utilized.
    In this example the name attribute of the NameTrans directive corresponds
    to the name attribute of the Object.
    The Service directive invokes the service-passthrough Server Application Function (SAF)
    of the libpassthrough.so.
    The servers argument is passed to the service-passthrough function.
    HTTP requests made directly to the application server where the application is hosted
    are sussessful. Note the 8080 port in the URL.
    http://localhost:8080/pwc/PWCUnprotected
    HTTP requests made to the WebServer are successful as well.
    The requests are "passed through" between the Web Server
    and the Application Server.
    http://localhost:80/pwc/PWCUnprotected
    http://localhost/pwc/PWCUnprotected
    LOG FILES
    success note 200 HTTP status code
    failure note XXX in URL and 404 HTTP status code
    Web Server
    /export/home/accesmanagerinstalldir/opt/SUNWwbsvr/https-menfi.houston.rr.com/logs/access
    127.0.0.1 - - [08/May/2005:23:53:51 -0500] "GET /pwc/PWCUnprotected HTTP/1.1" 200 185
    127.0.0.1 - 09/May/2005:00:02:34 -0500 GET /pwc/PWCUnprotectedXXX HTTP/1.1 404 1003
    Application Server
    /export/home/accesmanagerinstalldir/opt/SUNWwbsvr/https-menfi.houston.rr.com/logs/access/server_access_log
    192.168.1.199 - 08/May/2005:23:53:51 -0500 GET /pwc/PWCUnprotected HTTP/1.1 200 185
    127.0.0.1 - 09/May/2005:00:02:34 -0500 GET /pwc/PWCUnprotectedXXX HTTP/1.1 404 1003
    The log files illustrate the NameTrans wild card behavior
    NameTrans fn="assign-name" from="/pwc(|/*)" name="passthrough"
    All requests of the pwc context are passed on to the application server from the
    web server as expected.
    A nominal start of the server from the Web Server Manager yields the following output.
    magnus.conf, obj.conf edit/configuration errors may be seen here.
    Status:
    [https-menfi.houston.rr.com]: Sun ONE Web Server 6.1SP4 B12/16/2004 11:42
    [https-menfi.houston.rr.com]: info: PASS1000: Sun ONE Web Server 6.1SP4 Reverse Proxy Plugin B10/14/2004 13:18
    [https-menfi.houston.rr.com]: info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.5.0_01] from [Sun Microsystems Inc.]
    [https-menfi.houston.rr.com]: info: WEB0100: Loading web module in virtual server [https-menfi.houston.rr.com] at [simple]
    [https-menfi.houston.rr.com]: info: WEB0100: Loading web module in virtual server [https-menfi.houston.rr.com] at [search]
    [https-menfi.houston.rr.com]: info: HTTP3072: [LS ls1] http://menfi.houston.rr.com:80 ready to accept requests
    [https-menfi.houston.rr.com]: startup: server started successfully
    Success!
    The server https-menfi.houston.rr.com has started up.
    The Release Notes for Sun Java System Web Server 6.1 Add-Ons Reverse Proxy Plugin
    http://docs.sun.com/source/819-0902-05/rpp61.html
    are well complemented by -
    Sun Java System Web Server 6.1 SP4 Administrator's Configuration File Reference
    http://docs.sun.com/app/docs/doc/817-6248
    Sun Java System Web Server 6.1 SP4 NSAPI Programmer's Guide
    http://docs.sun.com/app/docs/doc/817-6252
    Files from the working installation.
    magnus.conf
    # The NetsiteRoot, ServerName, and ServerID directives are DEPRECATED.
    # They will not be supported in future releases of the Web Server.
    NetsiteRoot /export/home/accesmanagerinstalldir/opt/SUNWwbsvr
    ServerName menfi.houston.rr.com
    ServerID https-menfi.houston.rr.com
    RqThrottle 128
    DNS off
    Security off
    PidLog /export/home/accesmanagerinstalldir/opt/SUNWwbsvr/https-menfi.houston.rr.com/logs/pid
    User webservd
    StackSize 131072
    TempDir /tmp/https-menfi.houston.rr.com-25a6f9e8
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn="load-modules" shlib="/export/home/accesmanagerinstalldir/opt/SUNWwbsvr/bin/https/lib/libj2eeplugin.so" shlib_flags="(global|now)"
    Init fn="load-modules" shlib="/export/home/accesmanagerinstalldir/opt/SUNWwbsvr/plugins/passthrough/libpassthrough.so"
    obj.conf
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="assign-name" from="/pwc(|/*)" name="passthrough"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn=pfx2dir from=/mc-icons dir="/export/home/accesmanagerinstalldir/opt/SUNWwbsvr/ns-icons" name="es-internal"
    NameTrans fn=document-root root="$docroot"
    PathCheck fn=unix-uri-clean
    PathCheck fn="check-acl" acl="default"
    PathCheck fn=find-pathinfo
    PathCheck fn=find-index index-names="index.html,home.html,index.jsp"
    ObjectType fn=type-by-extension
    ObjectType fn=force-type type=text/plain
    Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
    Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
    Service method=(GET|HEAD|POST) type=*~magnus-internal/* fn=send-file
    Service method=TRACE fn=service-trace
    Error fn="error-j2ee"
    AddLog fn=flex-log name="access"
    </Object>
    <Object name="passthrough">
    Service fn="service-passthrough" servers="http://192.168.1.199:8080"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="cgi">
    ObjectType fn=force-type type=magnus-internal/cgi
    Service fn=send-cgi user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-compressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>

    Thanks ur post helpme lot
    Thanks again
    madhu

  • KVM VGA-Passthrough using the new vfio-vga support in kernel = 3.9

    This is intented for people who wish to pass-through a GPU to a virtual machine using the KVM hypervisor, QEMU and vfio-pci
    NOTE: AMD RADEON 5xxx, 6xxx, 7xxx, 2xx and NVIDIA GEFORCE 7, 8, 4xx, 5xx, 6xx, 7xx 9xx have been reported working with this, passing though an intel IGD is not supported YET
    NOTE: THIS IS EXPERIMENTAL SO IT MIGHT NOT WORK ON YOUR SYSTEM
    This is the result on my radeon 6950:
    This is the result on my geforce 470 gtx:
    Recommended reads
    Alex Williamson's blog and FAQ for detailed technical information
    OVMF whitepaper.
    GPU passthrough database by noctavian
    At this moment there are two ways to achieve this using KVM: legacy VGA via Seabios or non-VGA (UEFI) via OVMF
    The main practical advantage of using OVMF is that on intel systems you no longer need the i915 VGA arbiter patch which also disables DRI on the host
    Requirements
    AMD-VI/VT-D enabled and working (On intel systems both your MB and you CPU must support it, to find out if you CPU has VT-D support go here: http://ark.intel.com/, you also need to boot with intel_iommu=on to enable it)
    At least 2 GPU's, one primary boot device and the card you wish to pass-through
    Qemu=>2.0
    Aditional kernel patches might be required if you're using an Intel CPU: ACS override patch and i915 VGA arbiter patch, you can find a kernel package with these patches included on AUR: linux-vfio
    Aditional requirements for OVMF:
    An UEFI compatible GPU (Most modern gpus support this, SEE: Does my graphics card ROM support EFI?
    An UEFI compatible GUEST (ex: Windows 7 and up)
    OVMF:  Gerd Hoffmann's rpms or OVMF-svn from AUR
    If you're building your kernel manually this option is required:
    CONFIG_VFIO_PCI_VGA=y
    Preparing your System
    On intel system the i915 VGA arbiter patch is required if:
    You're using the IGD on your host
    You're doing VGA assignment
    NOTE: Enabling this will disable DRI!
    If you wish to avoid this, then then you should try OVMF
    To enable it add this kernel parameter to your bootloader:
    i915.enable_hd_vgaarb=1
    Next, we need to prepare the GPU for vfio:
    Blacklist radeon or nouveau or nvidia or fglrx on /etc/modprobe.d/blacklist.conf
    Example, blacklisting the opensource radeon module:
    echo "blacklist radeon" >> /etc/modprobe.d/blacklist.conf
    Use pci-stub
    In my case since i have 2 radeon cards blacklisting the radeon module is not an option, so i use pci-stub
    NOTE: If pci-stub was built as a module, you'll need to modify /etc/mkinitcpio.conf and add pci-stub in the MODULES section, after that you need to update your initramfs like this
    mkinitcpio -p linux-mainline
    lspci
    07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cayman PRO [Radeon HD 6950] <-- radeon 6950
    07:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cayman/Antilles HDMI Audio [Radeon HD 6900 Series] <-- radeon 6950 audio
    lspci -n
    07:00.0 0300: 1002:6719 <-- radeon 6950
    07:00.1 0403: 1002:aa80 <-- radeon 6950 audio
    Now add this kernel parameter to your bootloader:
    pci-stub.ids=1002:6719,1002:aa80
    dmesg | grep pci-stub
    [ 2.096151] pci-stub: add 1002:6719 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
    [ 2.096160] pci-stub 0000:07:00.0: claimed by stub
    [ 2.096165] pci-stub: add 1002:AA80 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
    [ 2.096174] pci-stub 0000:07:00.1: claimed by stub
    [ 2.096178] pci-stub: add 1B21:1042 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
    Setting up vfio and kvm modules
    This is only required if you get this message:
    vfio_iommu_type1_attach_group: No interrupt remapping support. Use the module param "allow_unsafe_interrupts" to enable VFIO IOMMU support on this platform
    If your board doesn't enable interrupt remapping, you need to add this to your bootloader:
    vfio_iommu_type1.allow_unsafe_interrupts=1
    Or if vfio-pci was built as a module ( default on arch )
    echo "options vfio_iommu_type1 allow_unsafe_interrupts=1" > /etc/modprobe.d/vfio_iommu_type1.conf
    Some applications like Passmark Performance Test and SiSoftware Sandra crash the VM without this:
    echo "options kvm ignore_msrs=1" >> /etc/modprobe.d/kvm.conf
    Binding a device to vfio-pci
    We'll use this script to make life easier:
    #!/bin/bash
    modprobe vfio-pci
    for dev in "$@"; do
    vendor=$(cat /sys/bus/pci/devices/$dev/vendor)
    device=$(cat /sys/bus/pci/devices/$dev/device)
    if [ -e /sys/bus/pci/devices/$dev/driver ]; then
    echo $dev > /sys/bus/pci/devices/$dev/driver/unbind
    fi
    echo $vendor $device > /sys/bus/pci/drivers/vfio-pci/new_id
    done
    Save it as /usr/bin/vfio-bind
    chmod 755 /usr/bin/vfio-bind
    Bind the GPU and GPU audio:
    vfio-bind 0000:07:00.0 0000:07:00.1
    Systemd service:
    [Unit]
    Description=Binds devices to vfio-pci
    After=syslog.target
    [Service]
    EnvironmentFile=-/etc/vfio-pci.cfg
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=-/usr/bin/vfio-bind $DEVICES
    [Install]
    WantedBy=multi-user.target
    cat /etc/vfio-pci.cfg
    DEVICES="0000:00:11.0 0000:04:00.0 0000:05:00.0 0000:06:00.0 0000:07:00.0 000:07:00.1"
    Testing if its working out
    Seabios:
    qemu-system-x86_64 -enable-kvm -m 1024 -cpu host,kvm=off \
    -smp 4,sockets=1,cores=4,threads=1 \
    -device vfio-pci,host=07:00.0,x-vga=on -device vfio-pci,host=07:00.1 \
    -vga none
    OVMF:
    qemu-system-x86_64 -enable-kvm -m 1024 -cpu host,kvm=off  \
    -smp 4,sockets=1,cores=4,threads=1 \
    -drive if=pflash,format=raw,readonly,file=/usr/share/ovmf/x64/ovmf_code_x64.bin \
    -drive if=pflash,format=raw,file=/usr/share/ovmf/x64/ovmf_vars_x64.bin \
    -device vfio-pci,host=07:00.0 -device vfio-pci,host=07:00.1 \
    -vga none
    Note:
    kvm=off will hide the kvm hypervisor signature, this is required for NVIDIA cards, since its driver will refuse to work on an hypervisor and result in Code 43 on windows (unless you're using a QUADRO)
    x-vga=on is required for vga assignment
    -vga none disables the default vga device on QEMU, it is also required for vga assignment
    You should see a black qemu window on your main display, and seabios/ovmf ouput on your monitor from your passthru'd card saying it cant find anything to boot
    If you're using an intel cpu and nothing happens try this:
    modprobe -r kvm_intel
    modprobe kvm_intel emulate_invalid_guest_state=0
    NOTE: There might be some problems using nvidia/fglrx/nouveau drivers on the host gpu, see the ISSUES section below on how to solve this
    At this point you're ready to create your vm, you could use libvirt + virt-manager to create your vm using a nice graphical interface, there are
    also some interesting examples in this thread, otherwise if you prefer to use the command line continue reading
    DISK:
    Creating a disk image:
    Create a 30Gb raw image:
    dd if=/dev/zero of=windows.img bs=1M seek=30000 count=0
    Using a VIRTIO controller:
    We create our virtio controller for qemu:
    -device virtio-scsi-pci,id=scsi
    Attaching our hdd:
    -drive file=/home/nbhs/windows.img,id=disk,format=raw,if=none -device scsi-hd,drive=disk
    Attaching a cdrom:
    -drive file=/home/nbhs/windows.iso,id=isocd,if=none -device scsi-cd,drive=isocd
    To install windows, you'll need to download the virtio drivers iso from here
    Attaching the virtio iso:
    -drive file=/home/nbhs/virtio.iso,id=virtiocd,if=none -device ide-cd,bus=ide.1,drive=virtiocd
    Windows will complain it cant find a disk to install to, just click browse, find the folder for your os/arch, select "RED HAT VirtIO pass-through controller" then click next.
    For more info check out the Archlinux wiki's QEMU section
    Using a physical disk or partition:
    -drive file=/dev/sdb,id=disk,format=raw,if=none -device scsi-hd,drive=disk
    You might need to change the bus depending on the controller you use
    If you wish to use a physical partition and be able to read its contents later on, you can follow these guides:
    http://fds-team.de/cms/articles/2013-12 … yer-u.html
    https://wiki.archlinux.org/index.php/QE … disk_image
    Passing a sata disk controller to qemu:
    If you dual boot like me you can pass an entire sata controller (in ahci mode) and all the drives attached, and seabios will boot from them.
    lspci
    00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
    Make sure all volumes are unmounted, then bind the controller to vfio:
    vfio-bind 0000:00:11.0
    Now we pass the controller to the vm:
    -device vfio-pci,host=00:11.0
    USB:
    Its also possible to passthrough a usb controller, in my case an ASMEDIA USB3 Controller:
    lspci
    04:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
    05:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
    06:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
    Bind them to vfio:
    vfio-bind 0000:04:00.0 0000:05:00.0 0000:06:00.0
    Pass them to the vm:
    -device vfio-pci,host=04:00.0 \
    -device vfio-pci,host=05:00.0 \
    -device vfio-pci,host=06:00.0
    Or a specific device:
    lsusb
    Bus 004 Device 010: ID 045e:00e1 Microsoft Corp. Wireless Laser Mouse 6000 Reciever <-- mouse
    Bus 004 Device 011: ID 045e:074b Microsoft Corp. <-- keyboard
    We pass them to the vm:
    -usb -usbdevice host:045e:00e1 -usbdevice host:045e:074b
    NETWORK:
    Please see https://wiki.archlinux.org/index.php/QEMU#Networking
    AUDIO EMULATION:
    To hear the sound from the vm on your host speakers you'll need to add this lines:
    -soundhw hda
    You might need to start qemu like this:
    QEMU_PA_SAMPLES=128 QEMU_AUDIO_DRV=pa qemu-system-x86_64...
    alsa:
    QEMU_ALSA_DAC_BUFFER_SIZE=512 QEMU_ALSA_DAC_PERIOD_SIZE=170 QEMU_AUDIO_DRV=alsa qemu-system-x86_64...
    Note: these are the settings i found that work great on my system, if you get crackling/skipping audio you might want to try different settings
    To see the available drivers and audio options:
    qemu-system-x86_64 -audio-help
    LOADING YOUR CARD ROM FROM A DUMP/FILE:
    modify this line:
    -device vfio-pci,host=07:00.0,...... \
    change it to this:
    -device vfio-pci,host=07:00.0,......,romfile=/path/to/your/gpu/bios.bin \
    ISSUES:
    Using the latest NVIDIA drivers on the guest will result in code 43, but there's a workarround
    Using the latest NVIDIA drivers on the guest using hv enlightenments will result in code 43, see: https://forums.geforce.com/default/topi … 8/#4314318
    Using AMD proprieraty drivers on the host, see: https://bbs.archlinux.org/viewtopic.php … 2#p1273412 the only solution atm is using the opensource radeon driver
    PERFORMANCE IMPROVEMENTS:
    SEE: https://bbs.archlinux.org/viewtopic.php … 1#p1270311
    Pin vcpu to pcpu, see http://www.linux-kvm.com/content/tip-ru … cific-cpus
    Use cgroups, specifically cpuset, see https://access.redhat.com/site/document … puset.html
    Use Hugepages, see http://pic.dhe.ibm.com/infocenter/lnxin … ttunhp.htm
    Use Hyper-V enlightenments, see: http://blog.wikichoon.com/2014/07/enabl … h-kvm.html
    Last edited by nbhs (2015-04-05 20:01:18)

    nbhs wrote:
    apoapo wrote:
    I finally got some progress.
    After trying mainline kernel and with vbios, I went to bios/uefi and turned the Primary VGA card from onboard to pci-express ...
    Now I see the seabios in passthroughed screen, but with blinking cursor in it, so i will try some things .
    NIce! have you tried running windows with it yet? does it work if you dont load the rom file by hand?
    Hi,
    I tried it again and I captured this error message if I use the PCI-e card es Primary Card:
    qemu-system-x86_64: -device vfio-pci,host=01:00.0,bus=root.1,addr=00.0,multifunction=on,x-vga=on: VFIO 0000:01:00.0 BAR 0 mmap unsupported. Performance may be slow
    This was, when I got some seabios picture.
    After some reboots I wanted to try it again, I was spammed with errors . Dont have them to show you now...  will look for it.
    Now I'm With the onboard as primary Card and I found this in dmesg:
    [ 0.401391] DMAR: No ATSR found
    [ 0.401412] IOMMU 0 0xfed90000: using Queued invalidation
    [ 0.401413] IOMMU 1 0xfed91000: using Queued invalidation
    [ 0.401415] IOMMU: Setting RMRR:
    [ 0.401422] IOMMU: Setting identity map for device 0000:00:02.0 [0xbf800000 - 0xcf9fffff]
    [ 0.402590] IOMMU: Setting identity map for device 0000:00:1d.0 [0xbd568000 - 0xbd59afff]
    [ 0.402606] IOMMU: Setting identity map for device 0000:00:1a.0 [0xbd568000 - 0xbd59afff]
    [ 0.402619] IOMMU: Setting identity map for device 0000:00:14.0 [0xbd568000 - 0xbd59afff]
    [ 0.402628] IOMMU: Prepare 0-16MiB unity mapping for LPC
    [ 0.402635] IOMMU: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
    [ 0.402717] PCI-DMA: Intel(R) Virtualization Technology for Directed I/O
    [ 0.402782] ------------[ cut here ]------------
    [ 0.402786] WARNING: at drivers/pci/search.c:46 pci_find_upstream_pcie_bridge+0x83/0x90()
    [ 0.402787] Hardware name: To Be Filled By O.E.M.
    [ 0.402788] Modules linked in:
    [ 0.402790] Pid: 1, comm: swapper/0 Not tainted 3.9.2-1-mainline #1
    [ 0.402791] Call Trace:
    [ 0.402796] [<ffffffff81058090>] warn_slowpath_common+0x70/0xa0
    [ 0.402797] [<ffffffff8105817a>] warn_slowpath_null+0x1a/0x20
    [ 0.402799] [<ffffffff8129ea43>] pci_find_upstream_pcie_bridge+0x83/0x90
    [ 0.402802] [<ffffffff813b3c7b>] intel_iommu_add_device+0x4b/0x1f0
    [ 0.402805] [<ffffffff813ab630>] ? bus_set_iommu+0x50/0x50
    [ 0.402806] [<ffffffff813ab65a>] add_iommu_group+0x2a/0x50
    [ 0.402809] [<ffffffff8135bf63>] bus_for_each_dev+0x63/0xa0
    [ 0.402811] [<ffffffff813ab622>] bus_set_iommu+0x42/0x50
    [ 0.402814] [<ffffffff819130b6>] intel_iommu_init+0xa83/0xb7b
    [ 0.402816] [<ffffffff818dd10b>] ? memblock_find_dma_reserve+0x124/0x124
    [ 0.402818] [<ffffffff818dd11d>] pci_iommu_init+0x12/0x3c
    [ 0.402820] [<ffffffff8100210a>] do_one_initcall+0x10a/0x160
    [ 0.402823] [<ffffffff818d5037>] kernel_init_freeable+0x15b/0x1dc
    [ 0.402824] [<ffffffff818d4881>] ? do_early_param+0x88/0x88
    [ 0.402827] [<ffffffff814b55f0>] ? rest_init+0x90/0x90
    [ 0.402828] [<ffffffff814b55fe>] kernel_init+0xe/0x190
    [ 0.402830] [<ffffffff814dad6c>] ret_from_fork+0x7c/0xb0
    [ 0.402832] [<ffffffff814b55f0>] ? rest_init+0x90/0x9

  • MRP Area tables for MD06 information access like SQ01, DBM logical database

    We currently use SQ01 DBM logical database to access MD06 information (tables MDKP and MDTB).  The MRP results from the MRP Area are not showing in this query. This implies that the MRP area, MRP results are stored in other tables.
    I have reviewed tables (MDLV, MDMA, MDLG, DVER, MDIP) from a similiar thread.  However, they do not contain the MRP data (planned orders, stock, production orders ect) like in the DBM logical database.   This data access is very powerfull for exporting planning data for more robust analysis.
    Any help is much appreciated.
    Thank you

    Hi,
           Please try FM: 'AUFBAUEN_MDPSX_ANZEIGEN'.
        MD06 dame come many table.
    Example:
    (Plant level)
      icm61w-fabkl  =  wk_fabkl.                  :Factory calender
      imt61d-matnr  =  p_matnr.                    : Materials
      imt61d-werks  =  it_tbl-werks.            : Plant
    AUFBAUEN_MDPSX_ANZEIGEN 呼出
      CALL FUNCTION 'AUFBAUEN_MDPSX_ANZEIGEN'
        EXPORTING
          ecm61w      =  icm61w
          ecm61x      =  icm61x
          emt61d      =  imt61d
          et399d      =  it399d
          ECM61B      =
          ESFILT      =
        IMPORTING
          icm61m      =  wa_e_cm61m
          imdkp       =  wa_e_mdkp
          imdsta      =  wa_e_mdsta
        TABLES
          mdpsx       =  it_mdps
    regards,
       Gaito

  • Order Status not appeared in /DBM/ORDER

    Hi all, one of our branch cannot view the Order Status through T.Code /DBM/ORDER
    I've checked and found out that previously the plant configuration incomplete and does not included in "Assign Procedure for Order Status (SPRO).
    However i've transport the Order Status configuration into our PRD (Live System) and yet still not captured in our PRD System.
    The system only captured the status for Service Order open after the transportation. The rest of the records remains with no status.
    How can I refresh, captured and display all the status for previous records????
    Regards,
    Jenny.

    Hi,
    You can create the subsequent documents to check the status
    for example, if you have created the sales order and save it and the status can be change once you create the subsequent delivery document
    Hope it is clear,
    Please revert if you need more details
    regards,
    santosh

  • Print out of time stamp ( time recording) in DBM ( using cats)

    Hello,
    in DBM we use standard time recording, everytime we post time stamp the system prints output of the time stamp
    we want to stop it...however is probobly control in HR . Any hints where?
    we use cac1 profile
    thanks!!!

    Mitch_Peplow wrote:
    Hi chembo,
    I'm not sure if I've misunderstood your answer but currently I'm not writing the time with am/pm anyway, its purely HH:MMS.MS and the data is there in Excel, it's just formatted the cell in an alternative way to what I would like.
    Cheers again
    Mitch
    I was thinking about something like the snipped added below. My version is very simple, but I think that it shows how it can be done. You need to have Excel on your machine. (Disclaimer: This is my very first use of the Report Generation Toolkit in LabVIEW, so maybe there is a better way to do it)
    I made the VI labels visible, so that you know what function was used, if the Toolkit is not included in your LabVIEW license. The same thing can be done with ActiveX automation. If you are not familiar with it, there are a lot of examples in the forums about generating Excel files via ActiveX.
    Edit: Attached is the Excel file generated from this code
    Attachments:
    milliseconds.xlsx ‏11 KB

  • Advice on how to setup my systems (xen, gpu passthrough, X)

    Hello Archers
    I'll try to keep it as short as possible
    What I want:
    I want to run different operating systems at the same time.
    I want to be able to switch between them fast.
    I want all keys to work in the guest systems (I've had trouble getting along with VNC regarding this)
    I would prefer if the host system is as stable, lightweight, and as unmodified as possible
    Why:
    To learn about different systems and how to set them up.
    I want to compare services/daemons of the same type, such as e-mail, ftp, http.
    I also believe in using the right tool(OS) for the right job
    How:
    I've read about Xen's GPU passthrough feature which interest me quite a bit, but I'm a little unsure how it works, from boot of the host to X in a guest.
    I know you "hide" PCI/GPU interfaces at the bootloader stage. But if you for example hide the main GPU because you want this in your guest, what happens on the screen while the host system is booting? Is the monitor just saying "No signal" until the guest starts booting and takes over it?
    If I disregard the GPU passthrough feature, I think I would need X on my host system. I read Xen either uses VNC or SDL to serve a screen of a guest. However, VNC isn't perfect with mod keys and mouse acceleration, and SDL requires X to be running at all times (host X crashes = all guest with SDL crashes).
    So I was thinking if it's possible to connect to a running X within a guest, from my X running on the host, and use Ctrl+Alt+F1...F12 to change between the different guests running X.
    I'm familiar with starting applications on remote X servers by changing the DISPLAY variable, but is it also possible to do something like
    DISPLAY=xenguest1:0 xinit /path/to/wm -- :1
    And then have the guest X on, say, Ctrl+alt+F4, while the host X is on Ctrl+alt+F3?
    Previous experiences:
    I've used VirtualBox and QEMU, but in both cases I felt the quest OSes were more temporary and targeted towards development on different platforms. The mouse pointer was also a bit laggy in QEMU, which I didn't like while testing graphical systems.

    Is there a possibility to setup my TC so that I can connect my MacBook Pro via an ethernet cable to the TC without a connection to the wireless network router?
    No, when the TC is configured to "join" a wireless network, it performs no routing functions...the Ethernet ports are not enabled.
    If this is not possible, what can I do to be able to make the first backup via ethernet and then keep that backup on the TC and setup the TC as a part of my wireless network again (without connection to the router) ?
    Temporarily, configure the TC using AirPort Utility - Manual Setup as follows:
    Click the Wireless tab below the row of icons and change the Wireless Mode to "Off"
    Click the Internet icon, then click the Internet Connection tab. Settings should look like this:
    Connect Using = Ethernet
    Connection Sharing = Off (Bridge Mode)
    Click Update and click "ignore" to any messages that indicate that you do not have an Ethenret cable plugged into the WAN port and you do not have an Internet Connection
    Connect an Ethernet cable from your Mac to one of the LAN <-> ports on the TC
    Turn off the wireless on your Mac
    Setup Time Machine again to connect to the Time Capsule and start the backup
    In general, backups should occur at about 30 GB an hour, so a good time to do this might be overnight
    When the backup is completed, configure the TC again to "join" your wireless network so that incremental backups will occur over the wireless network

  • A DBMS in remote server

    Hello.
    I am to use a DBMS in remote server with WLS 4.5.1.
    1st, Oracle 8.0
    2nd, MS SQL 6.5
    How to modify weblogic.properties?
    Thank you much.
    Sincerely yours.
    Hyun Gi Min

    HyunGi Min wrote:
    Hello.
    I am to use a DBMS in remote server with WLS 4.5.1.
    1st, Oracle 8.0
    2nd, MS SQL 6.5
    How to modify weblogic.properties?
    Thank you much.
    Sincerely yours.
    Hyun Gi MinHi.
    1 - Install Oracle client on the machine with WebLogic
    2 - Download and install our type-4 JDBC driver for MS SQLServer on this machine
    3 - Add the type-4 driver classes to the weblogic.class.path argument for the WebLogic
    startup command.
    4 - If you want to make JDBC connection pools to those databases, please see the
    examples in our documentation, and in the weblogic.properties file itself.
    Here are examples:
    weblogic.jdbc.connectionPool.mssql7pool=\
    url=jdbc:weblogic:mssqlserver4:fulton:1433,\
    driver=weblogic.jdbc.mssqlserver4.Driver,\
    maxCapacity=1,\
    props=user=sa;password=;server=fulton,\
    allow=guest;joe;jill
    weblogic.jdbc.connectionPool.oraclePool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver,\
    initialCapacity=1,\
    maxCapacity=10,\
    capacityIncrement=2,\
    props=user=SCOTT;password=tiger;server=DEMO,\
    allow=guest;joe;jill
    PS: Hey folks, we're hiring Java engineers for our WebLogic
    Engineering group in downtown S.F. Send me your resume.
    The Weblogic Application Server from BEA
    JavaWorld Editor's Choice Award: Best Web Application Server
    Java Developer's Journal Editor's Choice Award: Best Web Application Server
    Crossroads A-List Award: Rapid Application Development Tools for Java
    Intelligent Enterprise RealWare: Best Application Using a Component Architecture
    http://weblogic.beasys.com/press/awards/index.htm

  • Modem relay or passthrough? Power meter trying to be read...

    Hello Everyone!
    I am stuck with a problem and don't know how to proceed.
    Our power company has a modem (old as cold) in their power meter. We have a PRI hitting a VGW (2921 router), this VGW hands off the call to a VG204. They are negated to upgrade their equipment and we need to provide them a "functioning" line through which they can read their data.
    The call connects, but no data is transferred.
    The dial peers involved are as follows:
    dial-peer voice 3003 voip (outgoing at 2921)
     description Power-Meter
     translation-profile incoming PRIInbound
     destination-pattern 6257
     modem passthrough nse codec g711ulaw
     session target ipv4:10.71.10.11
     codec g711ulaw
     fax-relay ecm disable
     no fax-relay sg3-to-g3
     fax protocol none
     no vad
    dial-peer voice 3000 voip (incoming at VG 204)
     modem passthrough nse codec g711ulaw
     session protocol sipv2
     incoming called-number .
     codec g711ulaw
     fax-relay ecm disable
     no fax-relay sg3-to-g3
     fax nsf 000000
     fax protocol none
     no vad
    dial-peer voice 1103 pots (dp for voice port)
     description Power-Meter
     destination-pattern 6257
     incoming called-number .
     port 0/2
    Please find debugs attached.
    Thank you in advanced.

    Hi SgtPeprLHCB!
    I recently buoght a usb adapter to rs-485 ( see attachment)and will try it as soon as I recive it, and then try the example you linked. Since my last configuration did not work.
    But this time I think it will, the only thing I see as a problem is to get the right information from the power meter.  I know a should use a VISA write function to send the adress that I want to acess but I don't know how to convert the "Modicon adress" in my power meter protocol to a ASCII adress.
    Beacuse just using a simple VISA read/write example won't give me what I want unless I tell it to do so.
    What is the best way to do this? Maybe I want more tabs of information that gives me "KWh" and "var" and so on, then I must write more adress at the same time.
    In short, I don't know how to get the right adress code from my powermeters modbus protocol ( see attachment).
    Best regards Maurlind!
    Attachments:
    UPort1100_eng_datasheet.pdf ‏748 KB
    Protokoll WM14 A and CPT A v2r2 ENG 0108.pdf ‏342 KB

  • DBM Notification Vehicle Information is not retrieved

    Hi DBM Gurus,
    I have tried to create a Notification from Vehicle Master (T-code: /DBM/VSEARCH). However, the vehicle information as well as the customer number is not retrieved to the Notification.
    Please advice if I have left out any configuration.
    Appreciate quick response from all the gurus here.
    Thank you.

    HI Makarand,
    please check the function module /DBM/CU16_GET_QMEL.
    check with a breakpoint that the field GS_VIQMEL-/DBM/VHGUID is filled with the vehicle guid.
    Later this is used for example on the reference objects screen via FM
    FUNCTION /dbm/cu17_ue_sapmiwo0_009.
    Best regards
    Robert

  • Could not create pool connection. The DBMS driver exception was:java.sql.SQLException: ORA-01017: invalid username/password

    Could not create pool connection.The DBMS driver exception was:java.sql.SQLException:
    ORA-01017: invalid username/password
    Even though I could able to connect to Oracle database using correct userid,password
    and HostString using OracleClient, I couldnt able to do with connectionpool. Here
    is the error message..
    <Jan 21, 2003 2:27:50 AM PST> <Notice> <WebLogicServer> <Starting WebLogic Admin
    Server "examplesServer" for domain "examples">
    Starting Loading jDriver/Oracle .....
    ---------- LOGIN ERROR CODE: 1017
    ---------- LOGIN ERROR CODE: 1017
    <Jan 21, 2003 2:28:06 AM PST> <Error> <JDBC> <Cannot startup connection pool "or
    aclePool" weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied - (Obj
    ectel/********@ora8i)
    at weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:164)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:112)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:193)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:134)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllo
    cator.java:698)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.j
    ava:282)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:623)
    at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy45.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy64.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:209)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:134)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllo
    cator.java:698)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.j
    ava:282)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:623)
    at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy45.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy64.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    >
    <Jan 21, 2003 2:28:14 AM PST> <Notice> <Management> <Application Poller started
    for development server.>
    <Jan 21, 2003 2:28:19 AM PST> <Notice> <WebLogicServer> <ListenThread listening
    on port 7001>
    <Jan 21, 2003 2:28:19 AM PST> <Notice> <WebLogicServer> <SSLListenThread listeni
    ng on port 7002>
    <Jan 21, 2003 2:28:20 AM PST> <Notice> <Management> <Starting discovery of Manag
    ed Server... This feature is on by default, you may turn this off by passing -Dw
    eblogic.management.discover=false>
    <Jan 21, 2003 2:28:20 AM PST> <Notice> <WebLogicServer> <Started WebLogic Admin
    Server "examplesServer" for domain "examples" running in Development Mode>

    URL=jdbc:weblogic:oracle:oracle8i(server)
    Driver Classname=weblogic.jdbc.oci.Driver
    AClname=weblogic.jdbc.connectionPool.oraclePool
    intialcapacity=1
    MaximumCapacity=10
    Capacity Increment=2
    Login Delay Seconds=1sec
    Refresh Period=15 Minutes
    Supports Local Transaction=No
    Allow Shrinking=No
    Shrink Period=15
    Prepared Statement Cache Size=10
    TargetServer=ExamplesServer
    Properties
    user=Objectel
    password=superman
    Test table=yes
    Test Reserved Connections=yes
    Test Released Connections=Yes
    I could able to connect to oracledataBase if I use
    user=scott
    password=tiger
    with any other database user Iam getting the following error
    Could not create pool connection. The DBMS driver exception was:java.sql.SQLException:
    ORA-01017: invalid username/password
    "Neo Gigs" <[email protected]> wrote:
    By end of the error you shown:
    <Jan 21, 2003 2:28:20 AM PST> <Notice> <WebLogicServer> <Started WebLogicAdmin
    Server "examplesServer" for domain "examples" running in DevelopmentMode>
    You are running the Examples application shipped with WLS, which I guest
    the
    correct DB to connect with is Cloudscape yet to Oracle, unless you make
    changes to the original ConnectionPool in the examples. Anyhow, please
    show
    us your configuration of the ConnectionPool used when this error pops.
    "Raj" <[email protected]> wrote in message
    news:[email protected]...
    Could not create pool connection.The DBMS driver exceptionwas:java.sql.SQLException:
    ORA-01017: invalid username/password
    Even though I could able to connect to Oracle database using correctuserid,password
    and HostString using OracleClient, I couldnt able to do withconnectionpool. Here
    is the error message..
    <Jan 21, 2003 2:27:50 AM PST> <Notice> <WebLogicServer> <Starting WebLogicAdmin
    Server "examplesServer" for domain "examples">
    Starting Loading jDriver/Oracle .....
    ---------- LOGIN ERROR CODE: 1017
    ---------- LOGIN ERROR CODE: 1017
    <Jan 21, 2003 2:28:06 AM PST> <Error> <JDBC> <Cannot startup connectionpool "or
    aclePool" weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: ORA-01017: invalid username/password; logondenied - (Obj
    ectel/********@ora8i)
    atweblogic.db.oci.OciConnection.getLDAException(OciConnection.java:164)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:112)
    atweblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:193)
    atweblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:134)
    atweblogic.common.internal.ResourceAllocator.makeResources(ResourceAllo
    cator.java:698)
    atweblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.j
    ava:282)
    atweblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:623)
    atweblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    atweblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    atweblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    atweblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    atweblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    atweblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy45.updateDeployments(Unknown Source)
    atweblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    atweblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    atweblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    atweblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy64.start(Unknown Source)
    atweblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    atweblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    atweblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:209)
    atweblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:134)
    atweblogic.common.internal.ResourceAllocator.makeResources(ResourceAllo
    cator.java:698)
    atweblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.j
    ava:282)
    atweblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:623)
    atweblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    atweblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:329)
    atweblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:279)
    atweblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:233)
    atweblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    atweblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy45.updateDeployments(Unknown Source)
    atweblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2761)
    atweblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:370)
    atweblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    atweblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    atcom.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy64.start(Unknown Source)
    atweblogic.management.configuration.ApplicationManagerMBean_CachingStub
    start(ApplicationManagerMBean_CachingStub.java:480)
    atweblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    >
    <Jan 21, 2003 2:28:14 AM PST> <Notice> <Management> <Application Pollerstarted
    for development server.>
    <Jan 21, 2003 2:28:19 AM PST> <Notice> <WebLogicServer> <ListenThreadlistening
    on port 7001>
    <Jan 21, 2003 2:28:19 AM PST> <Notice> <WebLogicServer> <SSLListenThreadlisteni
    ng on port 7002>
    <Jan 21, 2003 2:28:20 AM PST> <Notice> <Management> <Starting discoveryof
    Manag
    ed Server... This feature is on by default, you may turn this off bypassing -Dw
    eblogic.management.discover=false>
    <Jan 21, 2003 2:28:20 AM PST> <Notice> <WebLogicServer> <Started WebLogicAdmin
    Server "examplesServer" for domain "examples" running in DevelopmentMode>

  • I am new to LabView. I need an example VI for doing RF third intermod measurements.

    I am using 2 Anritsu 2-40 GHz, and an Agilent Spectrum analyzer. I am in need of an example VI to get me started, since a am new to LabView.

    Thank You Aaron.
    Once initialized, the program will write instructions to, and read data from 2 Signal Generators, and 1 spectrum analyzer via GPIB. The comment is best left in an example format:
    Example:
    Measurement of third intermodulation distortion from 8.5 to 9.0 GHz at 0 dBm. Commands will be sent to Sig Gen A to go to 8.5 GHz CW (0 dBm power level), Gen B will go to 8.51 GHz (0 dBm power level). Commands will then go to the spectrum analyzer to set center frequency at 8.505 GHz, set span, set RBW, and set ampiltude. Next the spectrum analyzer will be commanded to do a peak search on the largest carrier (they should be fairly equal), set a marker, then do a delta marker at 8.52 and compare with another delta marker at 8.49 GHz and report the
    smallest delta between the two main carriers (8.5 and 8.51 GHz). Hence, the 3rd intermods will be present at 8.49 and 8.52 GHz. Their levels are to be reported in dBc in reference to the main carriers. The action will be repeated at the next frequency point(s).
    All will be communicated over GPIB. No additional hardware needed at this time.
    Performance can be tweaked. This is an RF R&D environment. I figured (and know)that someone out there has done this before and may could give me a "jump start".

  • Dbms job change in schedule time

    Hi
    Just not sure about the dbms jobs reschedule on oracle 11g on linux ..
    I have a dbms job running every day by hour 20 now i want to change it to 23 hours for today and again back to normal hour 20.
    can some one help me in the working steps for this to happen .
    Thanks in advance
    Edited by: 790072 on 12/06/2012 19:02

    >
    I have a dbms job running every day by hour 20 now i want to change it to 23 hours for today and again back to normal hour 20.
    >
    Use the DBMS_JOB.CHANGE procedure to change the next job time.
    See the example in the DBMS_JOB chapter of the packages and types doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_job.htm
    Search for CHANGE Procedure and follow the example
    >
    Usage Notes
    •You must issue a COMMIT statement immediately after the statement.
    •The parameters instance and force are added for job queue affinity. Job queue affinity gives users the ability to indicate whether a particular instance or any instance can run a submitted job.
    •If the parameters what, next_date, or interval are NULL, then leave that value as it is.
    Example
    BEGIN
    DBMS_JOB.CHANGE(14144, null, null, 'sysdate+3');
    COMMIT;
    END;

  • Dealer Portal Vs DBM

    Hi Gurus,
    I would like to understand few things here.
    There is this Dealer Portal which uses the services of VMS, Spare Parts Functions and WMS.
    Now as I understand there is add-on called DBM. What are the differences we have incase DBM is activated.
    Secondly, if we activate DBM, will it be like previous VMS, WMS settings are irrelevant or those are still useful.
    Thanks for your replies and points will surely be rewarded.
    Regards,
    Rahul

    As a dealer management system, this component supports the industry-specific sales and services processes of dealers and dealer organizations, as well as vehicle importers, authorized dealers, and OEM-dedicated vendors. This includes handling of new and used vehicles sales, vehicle service, and parts management.
    The component is distinguished by its multi-brand capability as well as its ability to manage different locations. Customer-specific settings with regard to language and country, such as currency and taxes, for example, also mean that it can be deployed worldwide.
    The component supports the integration of processes between the dealer and the Original Equipment Manufacturer (OEM) within a vehicle order (vertical integration). Furthermore, it also supports horizontal integration between dealers. For example, members of dealer organizations can obtain an overview of the parts and vehicles in stock for the entire dealer organization.
    As a dealer, you can manage an order from its creation, through its completion, and right down to its billing phase. Orders are controlled using an order engine that enables processes to be modeled flexibly. In this way, different requirements can be met that arise from the OEM or due to the size of a company. To ensure that country-dependent OEM requirements are met, SAP provides relevant techniques, for example, Business Add-Ins (BAdIs) and condition technique.
    For reasons of simplicity, the term dealer is used in the following documentation; this term could, however, be referring to the vehicle dealer or dealer organizations, vehicle importers, franchised or authorized dealers, or OEM-dedicated vendors.
    Integration
    Dealer Business Management (IS-A-DBM) is fully integrated in the following SAP application components:
    ·        Materials Management (MM)
    ·        Sales and Distribution (SD)
    ·        Financial Accounting (FI)
    ·        Controlling (CO)
    ·        Logistics u2013 General (LO)
    DBM uses the vehicle as a central object. You can save warranty claims directly in the order. For this, the component is integrated in Warranty Claim Processing .
    The component offers the following functions:
    ·        Customer management
    ·        Processing of actions, for example, a mailing campaign
    ·        Processing of business activities, for example, a sales call, a letter, a telephone call
    ·        Crossmatching
    ·        Vehicle model management in the vehicle model master
    ·        Vehicle management in the vehicle master
    ·        Vehicle search
    ·        Material data management
    ·        Availability check for parts
    ·        Creation of DBM orders
    ·        Customer credit limit check
    ·        Pricing
    ·        Processing of confirmations
    ·        Handling of goods movements and invoice receipts
    ·        Billing
    ·        Order Splitting
    ·        Printing of documents
    ·        Cash desk functions for sales of parts
    ·        Creation of warranty claims
    ·        Status check for parts to be returned

  • Embedde SQL Examples

    Hello,
    i installed the 11.1 Database for 32 bit windows on my system.
    I want to use the embedded sql interface.
    I am missing the examples for visual Studio, the description in the documentation is for the old Studio (6.0)
    and i am not getting it to work.
    The Precompiler doesn't run correctly.
    Is it possible to display the proc.exe file statement in an output window, i only the the error.
    1>------ Erstellen gestartet: Projekt: ProcSample, Konfiguration: Debug Win32 ------
    1>Oracle Precompiler
    1>Pro*C/C++: Release 11.1.0.6.0 - Production on Di Dez 1 17:07:58 2009
    1>Copyright (c) 1982, 2007, Oracle. All rights reserved.
    1>System-Standardoptionswerte aus: c:\oracle\product\11.1.0\db_1\precomp\admin\pcscfg.cfg
    1>Optionsname Aktueller Wert Beschreibung
    1>-------------------------------------------------------------------------------
    1>auto_connect Nein Automatische Anmeldung bei Account ops$
    1> zulassen
    1>char_map charz Zuordnung von Zeichen-Arrays und Zeichenfolgen
    1>close_on_commitNein Alle Cursor bei COMMIT schlie▀en
    1>cmax 100 CMAX-Wert f³r Connection-Pool
    1>cmin 2 CMIN-Wert f³r Connection-Pool
    1>cincr 1 CINCR-Wert f³r Connection-Pool
    1>ctimeout 0 CTIMEOUT-Wert f³r Connection-Pool
    1>cnowait 0 CNOWAIT-Wert f³r Connection-Pool
    1>common_parser Nein Mit Common SQL Frontend parsen
    1>code ansi_c Der zu generierende Codetyp
    1>comp_charset multi_byte Der Zeichensatztyp, den der C Compiler
    1> unterst³tzt
    1>config default Systemkonfigurationsdatei durch andere Datei
    1> au▀er Kraft setzen
    1>cpool Nein Unterst³tzung von Connection-Pooling
    1>cpp_suffix kein Standardmõ▀iges C++ Dateinamensuffix au▀er
    1> Kraft setzen
    1>db2_array Nein Unterst³tzung von DB2 Array
    1> Insert/Select-Syntax
    1>dbms native v6/v7/v8-Kompatibilitõts-Modus
    1>def_sqlcode Nein Makro '#define SQLCODE sqlca.sqlcode'
    1> generieren
    1>define WIN32_LEAN_AND_Prõprozessor-Symbol definieren
    1>duration transaction Pin-Dauer f³r Objekte im Cache festlegen
    1>dynamic oracle Oracle oder ANSI Dynamic SQL Semantics angeben
    1>errors Ja Angabe, ob Fehlermeldungen an das Terminal
    1> gesendet werden
    1>errtype kein Name der Listendatei f³r Intype-Dateifehler
    1>events Nein Publish/Subscribe-Ereignisbenachrichtigungen
    1> unterst³tzen
    1>fips none FIPS-Flagging von nicht konformer ANSI-Nutzung
    1>header kein Dateinamenerweiterung f³r vorkompilierte Header
    1> angeben
    1>hold_cursor Nein Halten von Cursorn im Cursor-Cache
    1> kontrollieren
    1>implicit_svpt Nein Impliziter Savepoint vor gepufferter
    1> Insert-Anweisung
    1>iname kein Name der Eingabedatei
    1>include kein Verzeichnispfade f³r enthaltene Dateien
    1>intype kein Name der Eingabedatei f³r Typinformationen
    1>lines Nein #line-Anweisungen zu dem generierten Code
    1> hinzuf³gen
    1>lname kein Standard-Listendateiname au▀er Kraft setzen
    1>ltype none In der Listendatei generierte Datenmenge
    1>maxliteral 1024 Max. Lõnge des generierten
    1> Zeichenfolgenliterals
    1>maxopencursors 10 Max. Anzahl von ge÷ffneten Cursorn im Cache
    1>max_row_insert 0 Max. Anzahl von Zeilen, die in Insert-Anweisung
    1> gepuffert werden m³ssen
    1>mode oracle Code-▄bereinstimmung mit Oracle- oder
    1> ANSI-Regeln
    1>native_types Nein Unterst³tzung von systemeigenem Float/Double
    1>nls_char kein Lõnderspezifische Zeichenvariablen angeben
    1>nls_local Nein NLS-Zeichensemantik kontrollieren
    1>objects Ja Objekttypen unterst³tzen
    1>oname kein Name der Ausgabedatei
    1>oraca Nein Benutzung von ORACA kontrollieren
    1>outline no Kategorie, in der Outlines erstellt werden
    1> [yes/no/<category name>]
    1>outlnprefix kein Prõfix des Outline-Namens
    1>pagelen 80 Seitenlõnge der Listendatei
    1>parse none Kontrollieren, welcher Nicht-SQL-Code
    1> analysiert wird
    1>prefetch 1 Anzahl von Zeilen, die im Voraus beim Íffnen
    1> des Cursors (mit OPEN) abgerufen wurden
    1>release_cursor Nein Freigabe von Cursorn aus Cursor-Cache
    1> kontrollieren
    1>runoutline Nein Wenn ja, Outlines in der Datenbank erstellen
    1>select_error Ja Flagging von Select-Fehlern kontrollieren
    1>sqlcheck syntax Umfang der SQL-Pr³fung beim Kompilieren
    1>stmt_cache 0 Gr÷▀e des Anweisungs-Caches
    1>sys_include kein Verzeichnis, in dem System-Header-Dateien
    1> gespeichert sind
    1>threads Nein Gibt eine Multi-Threaded-Anwendung an
    1>type_code oracle Oracle- oder ANSI-Codes f³r Dynamic SQL
    1> verwenden
    1>unsafe_null Nein NULL-Fetch ohne Indikatorvariable zulassen
    1>userid kein Connect-String Benutzername/Kennwort [@dbname]
    1>utf16_charset nchar_charset Zeichensatz-Form, wie von UTF16-Variablen
    1> benutzt
    1>varchar Nein Benutzung von impliziten Varchar-Strukturen
    1> zulassen
    1>version recent Angabe, welche Version eines Objekts
    1> zur³ckgegeben werden muss
    1>win32_threads Nein Unterst³tzung von standardmõ▀igem lokalen
    1> Windows-Threading
    1>PCC-F-02135, CMD-LINE: Benutzer hat Hilfe angefordert
    1>Project : error PRJ0019: Ein Tool hat einen Fehlercode aus folgender Quelle zurückgegeben: "Oracle Precompiler"
    1>Das Buildprotokoll wurde unter "file://c:\Users\behli\Documents\Visual Studio 2008\Projects\ProcSample\ProcSample\Debug\BuildLog.htm" gespeichert.
    1>ProcSample - 1 Fehler, 0 Warnung(en)
    ========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
    When i compile the file on the command line:
    proc.exe sample.pc
    it works correctly.
    Can anybody help me?
    Geetings
    Thomas

    Your question has everything to do with Microsoft and nothing to do with the topic of this forum which is "Database >> Installation."
    To get help either post in the correct .NET related forum or ask Microsoft how to make their tool work properly.

Maybe you are looking for

  • Report layout problem when executing in Background

    Hi, I am executing one custom report in background with layout 'Z_65_400' . After execution, the report is generating spool number . But when I trying to see the output from the spool, here layout is coming differntly and with name 'X_65_255'. These

  • Right click context menu displayed as transparent

    I'm on FF35 and I've started noticing this problem for the last 6 or 7 versions. When I right click anywhere in the page in order to display the context menu, this is shown as transparent (only the lower and left side panel shadows are displayed). Th

  • How can I delet a protected and ziped movie project??

    I have a project made by myself. This file is protected. I dont have nay idea of the password. If I try to send it to trash, Iam asked the pass. I sent imovie to **** already. I used the mac book install dvd....

  • Foreign languages changing to ???

    Exchange 2013.  User does not want to change his regional settings to another languague, but just wants to sometimes type Japanese in the message body. Receiving end displays the Japanese as ????.  I could only find one reference to this, which was t

  • How to keep radio stations out of a smart playlist?

    how to keep radio stations out of a smart playlist