OEM  - Import doesn´t work

Hi
I´m an oracle-newbie. Somehow i managed to install oracle 9.2 (trial version from the net) and setup a single empty database.
I have some files to import which should fill the database with a table structure. But in the oracle enterprise manager, nothing happens when i select import on the DB.
I login into the OEM as sysman, inot the database as sys (SYSOPER). I think i should have full access this way??
Please help me.
Maybe this is of importance:
during installation i had to disable the line in the sqlnet.ora file:
# SQLNET.AUTHENTICATION_SERVICES= (NTS)
because no installation or database creation was possible else.
Later i run somehow the EMCA to install the OMS. Without OMS i got an error message. Somehow i succeded to install the OMS but i don´t really know what i have done, what´s useful for and whether i did it correctly.
Stefan

Hi
I don´t know whta a credential is but in Admin config menu i should have full access to everything.
Anyway i used good old dos commands (imp) and it worked. But in OEM i still can´t see any table (schemes). Table structers should appear in scheme folder, right?
Stefan

Similar Messages

  • Import doesn't work anymore

    I just installed the lastest version of Forte and now import doesn't work. I was importing my own class files located in the same directory as the main class. It work just fine before I upgraded.
    Here's what import section used to look like:
    import java.lang.Math;
    import EDU.emporia.mathtools.*;
    import LoadFileBox;
    import SaveFileBox;
    import InfoBox;
    import ReportErrorBox;
    import javax.swing.*;
    import java.awt.*;
    import java.io.*;
    Here's the error message:
    Java Code/Modeler.java [17:1] '.' expected
    import LoadFileBox;
    ^
    It says that for all the custom ones. After I do add a .* to all of them it gives:
    Java Code/Modeler.java [17:1] package LoadFileBox does not exist
    import LoadFileBox.*;
    ^
    The files are there. They are named:
    Modeler.java (the main class)
    LoadFileBox.java
    SaveFileBox.java
    InfoBox.java
    ReportErrorBox.java
    They are all located in the same directory. I did try to compile the ones that don't import anything custom first and work my way up, but that failed.
    Please help me, I hate Java with a passion but this damn assignment......

    ... and that helps because they have made importing classes that are in the default package (which is what you don't need to do in the first place) illegal.

  • [SOLVED]Custom DSDT not loading - OEM battery doesn't work - Sony Vaio

    EDITING ORIGINAL POST TO POST SOLUTION so I don't do a massive bump
    Installed windows and ran the BIOS flasher that came with the battery. Didn't work until I changed a line in the plaintext configuration file (config.ini or something) it comes with. Changed "Capacity: 20" to "Capacity: -10". This changed the battery charge requirement from 20% to negative ten percent (any negative number will do), allowing the program to run and flash the BIOS. Didn't realize I could do that, but it fixed  the problem 100%.
    #### BEGIN ORIGINAL POST: ################################
    Hey guys,
    I'm a bit of a linux noob, but I've spent many hours this week trying to fix this issue on my own and have learned a lot about making custom kernels, hardware stuff, ACPI, and ABS. However, nothing I've done has worked and I've hit a wall. For reference, I'm on a Sony Vaio VGN-FZ4000 with linux-3.0 base kernel, gnome3/gdm. The battery is made in china and doesn't list a manufacturer, just model number BPS8, 52000mAh.
    [Backstory]
    So I recently got an OEM battery to replace the broken original, which hasn't worked since before I installed arch (though it worked with an Arch install I did a couple years ago). When I first plugged it in, the gnome battery symbol popped up listing the battery at 0% with an exclamation icon. I unplugged from AC power and the laptop still ran, but the battery monitor just said it was at 0% and 'Estimating' remaining time. I figured this was a glitch with gnome or just because it was this battery's first cycle so I let it run down until it hard-crashed. Then I plugged back into AC and tried to turn on the computer, but it wouldn't do anything until I removed the battery.
    Looking into the problem I discovered this was due to the ACPI firmware table DSDT being compiled for Windows, which has, shall we say, fewer restrictions on sanity than the Intel ASL compiler used for UNIX systems. Sure enough I extracted /sys/firmware/acpi/tables/DSDT to find that its section about the battery contained the entry 'Zero' for Battery Technology, which translates to "non-rechargeable", rather than 'One', which makes it chargeable. acpitool confirmed this; my system thought the battery was non-rechargeable and was constantly discharging it. Needless to say I've only been putting it in temporarily to test solutions since.
    [/backstory]
    [tl;dr] DSDT firmware contains malformed battery description, now I can't get my system to run with a custom DSDT. [/tl;dr]
    Attempted solutions:
    [1]
    Extract, modify, recompile DSDT and include it with the kernel compilation .config options
    CONIFG_ACPI_CUSTOM_DSDT=y
    CONFIG_ACPI_CUSTOM_DSDT_FILE="/usr/src/custom_dsdt.hex
    CONIFG_STANDALONE=n
    as suggested here, a page linked to by the arch wiki page on DSDT.
    I followed the instructions but no matter what this has generated errors during the kernel compilation, sometimes due to every line containing unexpected \231 (or other numbers) characters, sometimes finding some error in the DSDT file and then claiming that the driver it was compiling (ol.c somewhere in the drivers/acpi section I believe) had references to undefined functions all over the place. I CANNOT compile with a custom DSDT specified.
    [2]
    Place recompiled DSDT in /lib/initcpio/custom.dsdt and add 'dsdt' to the HOOKS in mkinitcpio (and rebuild the initramfs-linux-*.img, of course). Another version of this included recompiling the kernel with CONFIG_STANDALONE disabled.
    In neither of these situations has the running DSDT ever been anything but the BIOS-supplied one and not once has the battery shown any different behavior.
    acpitool and $ cat /proc/acpi/battery/BAT0/info have consistently claimed the information specified in the BIOS-supplied DSDT; the battery is non-rechargeable and is discharging at an unknown rate. Sometimes acpi will even report that the battery has zero capacity.
    The arch wiki does say mkinitcpio doesn't support the dsdt hook as of 2.6.30, but [1] didn't work either and mkinitcpio -H dsdt still told me to try this so I did.
    [3]
    The final solution I have tried has been to do [2] but to recompile the kernel with the legacy support for battery and ac adapter stuff disabled. I tried this because it was suggested in the kernel.log;
    Sep  13 11:51:03 localhost kernel: [   11.740059] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    Sep  13 11:51:03 localhost kernel: [   11.753434] ACPI: AC Adapter [ADP1] (on-line)
    The corresponding line now reads
    ACPI: AC Adapter [ADP1] (on-line)
    (The same goes for the battery BAT0)
    but all this does is remove the battery/ and adp1/ folders from /proc/acpi/ and break acpitool functionality. The log still doesn't mention the dsdt hook, either.
    [4]
    The old way to do this was to use the acpi-dsdt-initrd-patch-* patch, but that hasn't been updated for modern kernels, presumably because of the new "functionality" from mkiniticpio. The current kernel .config doesn't include any options for ACPI initrd/initramfs support or reading a DSDT from initramfs, which is the functionality provided by this patch.
    This covers all the methods I've been able to find on the internet and I'm at a loss for what to do. Am I doing something wrong in [1]? Under what conditions will the compiler fail/succeed with a CONFIG_ACPI_CUSTOM_DSDT_FILE?
    When I recompile I fix the 'Zero' definition and a couple compiler errors and warnings. The errors come from section length definitions, which read as 0x00000000 rather than the appropriate max-min value so I fix those, and the warnings come from _T_* methods belonging to the compiler, so I refactor the code to remove the initial underscores. The last warning comes from an isolated And statement that's within brackets (compiler complains it doesn't do anything), but if I remove that the compiler fails hard.
    Thanks to anyone who's read this far.  Please let me know if you have any ideas how to get my system to use a customized DSDT.
    Last edited by paraffin (2011-09-29 23:20:30)

    Thanks for the offer, Radioactive man However, I'm actually compiling a customized kernel with the linux-ck and -sony patches, so your packages won't help. (The custom kernel works fine and I've tested this battery behavior on the the regular, -ck, and -sony kernels as well)
    Anyway, so I tried another compile with
    CONFIG_PREVENT_FIRMWARE_BUILD=n in addition to the options listed in [1] and that time it compiled.
    Unfortunately it still didn't load the DSDT!
    I did catch a quick little error message that turned up in kernel.log though;
    /var/log/kernel.log:Sep 15 11:50:24 localhost kernel: [    0.925780] acerhdf: unknown (unsupported) BIOS version Sony Corporation/VGN-FZ4000E/R2110J7, please report, aborting!
    acerhdf is a fan controller module for the Aspire One, and perhaps I left that in the kernel config and it's preventing the custom DSDT from loading, even though the acerhdf module never gets loaded itself, nor is it in my rc.conf or anything else... If that was the cause of all this, I'm gonna be angry...
    Anyway, this message does not appear with my latest kernel build because I took off the custom DSDT option, hoping to be able to use ACPI_CUSTOM_METHOD=y, which supposedly allows one to inject a custom AML method into a debug fs. It wouldn't have worked anyway, as it doesn't let you modify Device sections, but even with a dummy method insertion it didn't give my root modification privileges as it was supposed to...
    Will try recompiling AGAIN with this CONFIG_ACERHDF=n (it's simply 'not set' in my current .config), while also enabling the custom kernel etc. If this doesn't work I have no idea what I'll do.
    Anyway, thanks for your help and time:

  • Photo import doesn't work

    I am using lightroom 4 and 5 on a Mac. Although preview of photos to be imported is shown I only get the message that the import could not be carried out (1) and the option to save the data as a :txt file. This was with Lightroom 4. It started first with being unabel to import directly from the camera, then I swithched to inserting the SD card directly into the laptop. This worked only after first downloading to the desktop. Later this didn't work either. I thought the program had become defect. Preview still worked and export is fine. I therefore updated to Lightroom 5 in the hope that this would solve the problem. However everything remains the same. Import still doesn't work with photos of any format. e.g. jpg or RAW.

    Put your SD card into your card reader.
    From the upper middle of the import dialog select Copy or Copy as DNG
    From the upper right click on the drop down arrow and select Other Destination.  Navigate to your desktop and create a new folder for your photos, then select the folder.
    Try the import and see if this works.  You can move the folder using Lightroom to wherever you want to keep it. 
    Your question about where is the destination folder indicates that you would greatly benefit from reading either Scott Kelby's or Martin Evening's book on Lightroom.

  • Address book import, doesn't work at all

    i am trying to import a tab-seperated value text file from outlook into address book, it recoginzes the fields, however, when i click ok, nothing happends.
    nothing at all...
    suggestions?

    I, too, am having major issues with importing.
    I have tried three different things:
    1) a .vcf file (downloaded from my mail account on fastmail - fastmail.fm)
    2) a CSV file (also downloaded from FastMail)
    3) a Vcards file (exported after an import - more details further down in this message.
    So, I select import, and the file doesn't really import, the button for import does NOTHING. But, there is a 'review duplicates', I use that, click on merge, click the apply to all check box, and then import works. It only takes a few seconds. I go from 206 addresses to 316. Yay! But, there's more. I close Address book, and I am back down to 206 cards - all my imports are GONE. I have done this at least a dozen times (in hope..). Once, I imported them all, then exported them to vcards hoping I could overwrite the 206 cards with the 316 that I exported. That hasn't worked either.
    Address book seems unstable after importing, too. It sometimes won't close, I need to force quit it..
    I checked out the console app looking for errors or clues, and nothing. I don't know if this import worked in tiger, tho..

  • Import doesn't work from compact flash card

    Trying to import photos directly from memory card into LR. Tried 2 ways. First, using a memory card reader, LR did not react to the presence of the card in the reader, even though the reader showed as a drive in My Computer. Secondly, tried connecting directly from my camera (Nikon D200) --- a windows window came up asking how to handle images, but LR was not on the list, and the LR import function (window) did not pop up. Any ideas how to get the LR import pop up to pop? Thanks.

    From reading the posts to this thread (and others), I tried a hunch and went to the LR directory on C: drive and found the executable for adobe downloader. I double-clicked on the .exe file, and "installed" this program. This placed the camera icon in the right taskbar, and then tried to download images from the same card into LR. As soon as I did that, LR's import photos dialog box popped up ... so it works now. Not sure why the adobe downloader did not get installed when I installed the LR program.
    Another question now. I've got the properties of the downloader set that it will install itself in my right taskbar everytime I boot up. Is there any way to get the downloader initializes whenever I need up ... so that I don't have unnecessary things getting installed at boot? I see I can disable after it gets loaded at boot ... but would prefer to not have it install and then allow me to initialize when I am ready to use it.

  • XML Import doesn't work...

    After watching Sountrack Pro reset all my compresors on export, and runing the mix, I tried an xml export from Final Cut Pro. After a half an hour and two crash outs -NO GOOD.
    It maybe was a Quicktime 7.2 error - who knows.
    It opened the XML and it asked to set Logic at 48K and said I had 2 files that were 44.1K which I didn't. I said OK, and it started up and started converting two DV captures that were about 30 minutes each. (Both where 48k already)
    Then I got an "out of memory message" and the converstions kept processing --( I have 5 gigs of main memory and was on a 700gig drive - yeah ok.)
    I finally cliked OK on the out of memory warning and it gave me about 30 more in a row when I gave up and shut down the program.
    I tried opeing it a different way, setting 48k myself, it never did anything but have the same fit.
    I just had a WMV encoder give false data rate info from a Quicktime file, it was not Quicktime 7.2 compatable, they had an upgrade - so anyway - this is so fun... like dropping barbells on your foot.. Why mix when you can debug..
    XML -- Good Luck!

    Hi,
    I've been trying to do some XML export. It does work fine even if in the import process with Logic it won't take into account the first audio channels. It does import music so far. So I need to check if I change the channel settings what goes on anyway.
    We want to do a mix out of Final Cut Pro with a Tascam DM-4800. It won't work fine with soundtrack even if I didn't try yet the 2.02 version. I may try tomorrow anyway.
    I'm going to make some new tries and let you know.

  • IMPORT doesn't work per compatability matrix, HELP

    I have oracle XE 10.2.0.1 on my machine and the server I am trying to update my database from is 10.1.0.2. IMP and EXP utility are not working. Tried to find an older XE to download and make it same as the server version but could not find one anywhere online.. What are my options to be able to import entire database from older version to newer version ? is there any patch I can apply or something? please help..
    FYI, below is a response I got from oracle admin that is managing the server..
    Thanks a lot for your help
    As per compatibility Matrix,You need to use the export utility of the lower version of source and target database or match database versions.
    I should note that you are using a different version of the database on your client. The server is 10.1.0.2 and you are using 10.2.0.1. As to the location, you should be using the same version for testing. You are creating the export dmp file with the export.

    If the database server is running 10.1.0.2, there should be a 10.1.0.2 export utility on the server that could be used to generate the dump file. Alternately, you could download the 10.1 Oracle client off of OTN, install that in a separate Oracle Home on your client machine, and generate the export using the 10.1 version of the export utility you just installed.
    Justin

  • Import doesn't work for me on Vista

    I am running on Vista. I try to import from a CF card to my Users/John/Pictures directory. Although Lightroom sees my card and the files on it, when I try to do the import I get a dialog box saying "The following files were not imported. Could not copy a file to the requested location." with a list of all the files on the CF that I had tried to import. I assume this means that there is some sort of permission problem writing to the Pictures directory. Since other programs (e.g. Canon Zoombrowser ) write to that directory with no problems, this would seem to be a Lightroom issue.
    Anyone with any ideas or a solution?
    Thanks,
    John

    If you did a search on Vista, you'd discover that 1) LR is not fully compatible with Vista, and 2) one of those incompatibilities is reading from a CF card.
    - Pierre

  • Importation doesn't work when use spotlight on snow leopard.

    Hello,
    I've a little problem with AE CS4. I upgrade to Snow leopard, and now, when I want to import something (music, video or something else) with the spotlight search (in the importation windows) AE crash....
    So if I want to import something I've to select manually each files...
    Do you know how to fix this ?
    Thanks.

    Hi,
    Thanks for mentioning this issue. If you remember, dropping a line to [email protected] a pretty reliable way to report bugs (but not get support).
    I couldn't see any obvious workaround for you to use oothen than just avoiding the problem.
    As usual, I can't comment on future releases.
    --chris

  • Workspace or Application Import doesn't work

    I have Oracle 11g installed on Windows Server 2003. After database installation, I made APEX upgrade from default version 3.0. to last 3.2.1. Now, when I try to import Workspace or Application, I get Internal Server Error, and browser path is http://myserveraddress:8080/apex/www_flow.accept.
    It is obviously some kind of error in some of this packages...
    Any similar expiriences? Please help!

    When I connected to SYSTEM user on my Apex BD, I realised a lot of packages and functions on APEX_030200 user are invalid. I tried to compile, but unsuccefull. I think I should reinstall my Oracle DB, or just APEX.
    Once again, can somebody help me?

  • TS1702 OCR what's that words with friends cheat app down loading quick import doesn't down load why

    OCR what's that quick import doesn't work why?

    Under a Maximum continuous power rating of 280 watts the power supply requires approximately 2.44 amps from a 115 volt line. Different line voltages will of course change the amperage requirements. Peak power (instantaneous) would be around 400 watts. That would likely only occur for very short period of time during a power surge caused by a cold start. A 540 Watt average rated UPS should be adequate provided the model you have is capable of handling the iMac's very rapid shutdown when power is disconnected such as during a local power outage. The UPS must be able to cycle to battery very quickly or the computer can shutdown before the UPS can switch for line to battery. If you have an APC UPS then contact their tech support for advice as they are well aware of the iMacs switchover needs and can tell you if the model you have will be satisfactory.

  • I have Lightroom 4 and a new 70D camera and when I try to important my photos Lightroom says it doesn't recognize my CR2 files.  I have downloaded plugin for the camera, but it still doesn't work.  Can you help?

    I have Lightroom 4 and a new 70D camera and when I try to important my photos Lightroom says it doesn't recognize my CR2 files.  Can someone help?  I have downloaded 8.3 from Adobe, but still doesn't work?

    Lightroom doesn't use the Camera Raw plug-in. All of the Camera Raw technology is part of the Lightroom program. You will either have to upgrade to Lightroom 5 or use the DNG converter to create digital negative copies that can be used with Lightroom 4.

  • HT4527 I want to move all my iTunes from old PC to new PC but Home Sharing on both and it works.  At Step 11, I clicked Home Sharing Import button doesn't work.

    Help!  I want to move all my iTunes music, podcasts, etc. from an old PC to a new PC. I set up Home Sharing on both and it works.  I followed the steps in http://support.apple.com/kb/HT4527 to the letter.  At Step 11, I clicked on Home Sharing on my new PC, then Edit > Select All so I could then import everything to the new computer.  No matter what I try, the Import button doesn't work.  There are two buttons on the lower right hand side of the iTunes screen - one for Settings and one for Import.  The Settings button is clickable but the Import button isn't even live.  In other words, I can see it but not click on it.  I have double-checked my firewall and it is not the problem.  How can I get the Import button to work? 

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    Note if you have failed to move contacts and calendar items across you should create one dummy entry of each in your new profile and iTunes should  merge the existing data from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library or a backup then then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • How do I get my music from Media center to my iphone. Itunes won't import the MC music library, and MC won't recognize and synch to the iphone so I can't load playlists from MC to my iphone. Itunes help doesn't work.

    How do I get my music from Media Center to my iphone 4s. Itunes 10.5 won't import the MC music library, and MC won't recognize and synch to the iphone plugged into the USB port so I can't load playlists from MC to my iphone. Itunes help doesn't work.

    Hello and welcome to the support community
    As you know, your iPhone 5 is not compatible with our iBook G4. To get your music in iTunes from your iBook to your iPhone you would need to migrate the music files to a newer intel based Mac. A Mac which has Mac OS X 10.6 or higher installed. Then sync your iPhone 5.

Maybe you are looking for

  • Error in GL a/c document

    Hi, While creating GL a/c document i am getting error message " Partner profit centre locked" Anyone can help me to sort out this issue? Regards R.Sasikumar

  • Display PDF on the browser from BLOB column

    Hi All, I have BLOB column in the table where we are storing PDFs. I want to display PDF within the browser ( not as a download option) from that BLOB column, like clicking on the "Print" link. Please let me know if anyone has any suggestion. -Smith

  • Roll back in Adapter DataBase using Polling | BPEL 11g

    Hello Guys, I'm having a problem with roll back for polling "Update a field in Table(Logical Delete)" in DataBase Adapter BPEL 11g. My process is: Does polling in the table from the database changed the value in column from 0 for 1 and then put the m

  • Doesn't find my battery anymore

    Hi, my sweet little white macbook 2ghz doesn't find my battery anymore. The battery icon has X on it. I have to start my macbook with my powercord. When I press the battery button bottom of my macbook it shows that I have my battery fully charged. An

  • Converting decimal to hex

    Does any one have any code snippet to do this in Java ? one of the applications that i am building has the need to convert an incoming decimal value from a backend system to hex and take the last 2 fields of the hex value for some comparison checking