Partition Swap problem

Hello All,
I'm tryin partition swap a temp table with another FACT table. All the columns, and their datatypes is a 100% match (used WinMerge to check)
But when I try to run the partition swap, I get the below error
SQL Error: ORA-14097: column type or size mismatch in ALTER TABLE EXCHANGE PARTITION
14097. 00000 - "column type or size mismatch in ALTER TABLE EXCHANGE PARTITION"
*Cause:    The corresponding columns in the tables specified in the
ALTER TABLE EXCHANGE PARTITION are of different type or size
*Action:   Ensure that the two tables have the same number of columns
with the same type and size.
The syntax is
alter table FACT EXCHANGE PARTITION MAY_2009
WITH TABLE FIX_200907 INCLUDING INDEXES UPDATE GLOBAL INDEXES
Any help would be greatly appreciated !!!

Nalla (Nallasivam) wrote:
Hello All,
I'm tryin partition swap a temp table with another FACT table. All the columns, and their datatypes is a 100% match (used WinMerge to check)
But when I try to run the partition swap, I get the below error
SQL Error: ORA-14097: column type or size mismatch in ALTER TABLE EXCHANGE PARTITION
14097. 00000 - "column type or size mismatch in ALTER TABLE EXCHANGE PARTITION"
*Cause:    The corresponding columns in the tables specified in the
ALTER TABLE EXCHANGE PARTITION are of different type or size
*Action:   Ensure that the two tables have the same number of columns
with the same type and size.
The syntax is
alter table FACT EXCHANGE PARTITION MAY_2009
WITH TABLE FIX_200907 INCLUDING INDEXES UPDATE GLOBAL INDEXES
Any help would be greatly appreciated !!!Can you share the DDL for both tables?
And what version of Oracle are you on?

Similar Messages

  • [Solved] Do I need a swap partition /swap file?

    Hello Arch Community.
    I want to install Arch Linux on my Aspire V5-573G Notebook with 8GB RAM and a 120GB 840 Evo SSD from Samsung. So my question is, do I actually need a swap partition / swap file? I read the arch-wiki pages about swap and suspend-to-disk / suspend-to-ram, and the only thing thats obviously profiting from / needing a swap partition is suspend-to-disk, no other things are mentioned in this regard. Is a swap partition in any other way important?
    Thanks in advance.
    Last edited by Oedner (2013-12-21 12:41:19)

    headkase wrote:Another question to ask is what will happen if you don't have a swap file and run out of memory?  In that case the Linux kernel will randomly kill process' until there is enough memory again.  Obviously that isn't very stable but that is what it will do.
    No. The OOM killer is pretty darn tweaked these days and usually(!) kills the actual perpetrator. The alternative—disabling memory overcommitting and answering memory requests with an out-of-memory error—can result in unforeseen problems as well: What if it  a system process is trying to allocate a few bytes for some random string, and what if said system process isn't equipped to handle ENOMEM gracefully and crashes, because the default policy on Linux is to overcommit and never answer with out-of-memory errors?
    Just trying to play devil's advocate here. I'm not happy with the OOM killer either and I'd rather have a deterministic solution to out-of-memory situations, but I realize that it's probably not an easy problem to solve.

  • Partition replicate problem

    Hi All,
    Is there any possibility that, forte can bring
    up two replicates of a partition, though it's not load
    balanced? Sometimes, When, we bring up the
    application, there are 2 active partitions, though we
    desire only one. Its not happening regularly, but
    sometimes. I killed all the non-ftexec processes and
    tried as well, no use so far. Any idea, whats going
    wrong there?
    Thanks,
    Babu
    Send instant messages & get email alerts with Yahoo! Messenger.

    Guys,
    As far as I know, it's all very simple. The Autostart feature is used at the
    moment an SO is referenced that lives inside a partition that hasn't been
    started yet. The first reference to this SO fails, blocks and waits for the
    partition to start. All following requests will immediately use this newly
    created SO. If a second request is issued while the partition is being
    started, then it will block as well and wait for the partition.
    However, when the partition is being started by another job, then the
    Autostart gets confused. Appearantly, it doesn't know the partition is
    already being started and doesn't wait for that to complete, but starts
    another instance of the same partition.
    So, you start a batchjob that starts partition 1, 2 and 3. But, partition 1
    references an SO that lives inside partition 3. Then, the Autostart feature
    doesn't know you're busy starting partition 2 and 3 and starts its own
    partition 3. Now, you have 2 times partition 3.
    So, either
    1) Don't use autostart and start everything yourself
    2) Rely on autostart and never start anything yourself
    3) Start all partitions bottom-up, so all SO-references are only to SO's
    that already exist.
    4) Individually disable Autostart for partitions that still keep causing
    problems.
    Pascal Rottier
    Origin Nederland (BAS/West End User Computing)
    Tel. +31 (0)10-2661223
    Fax. +31 (0)10-2661199
    E-mail: Pascal.Rottiernl.origin-it.com
    ++++++++++++++++++++++++++++
    Philip Morris (Afd. MIS)
    Tel. +31 (0)164-295149
    Fax. +31 (0)164-294444
    E-mail: Rottier.Pascalpmintl.ch
    -----Original Message-----
    From: Babu Raj [mailto:ibcsmartboyyahoo.com]
    Sent: Tuesday, September 26, 2000 4:30 AM
    To: Amin, Kamran; 'Steve Barnes'; Forte-userslists.xpedior.com
    Subject: RE: (forte-users) Partition replicate problem
    Amin,
    If i depend on the AutoStart, then only these
    keep alive settings comes into play. But, in my case,
    i tried manually bringing up the entire server
    partitions, even that time, it creates 2 replicates
    sometimes. As theory says that, when we initiate start
    up command on the application, rather than individual
    partition, forte brings up the partitions, in order,
    meaning 1 to 10 ascending order, so how come that
    time, it starts at the first instance itself.
    I can make here 2 assumptions:
    1. It starts order 1 partition, then before it comes
    into active partition, node manager starts second one,
    which inturn refers 1st one, and environment manager
    is not finding the actual partition 1, though it
    hasn't registered still, which inturn causes issuing
    another startup command for partition 1.
    2. Nodemanager have some timing issues like sort of
    bug in forte.
    Anyway, i greatly appreciate your input.
    Thanks,
    Babu
    --- "Amin, Kamran" <kamran.aminlendware.com> wrote:
    We had the same problem with was solved by playing
    with the keep alive
    setting. I would never turn of Failover and
    autostart from my production
    environment... It takes a little playing around
    with the keep alive setting
    but will solve the problem when you get it right.
    ka
    -----Original Message-----
    From: Steve Barnes [mailto:DHS9126dhs.state.il.us]
    Sent: Monday, September 25, 2000 11:18 AM
    To: Forte-userslists.xpedior.com;
    ibcsmartboyyahoo.com
    Subject: Re: (forte-users) Partition replicate
    problem
    We had a problem when our Production environment had
    "Autostart" turned on.
    What would happen is (for whatever reason) a client
    would "lose sight" of
    the AIX server (in particular the partition that
    holds our EventMgrSO). We
    had code to detect this RemoteAccessEvent and
    de-register the dead events
    and re-register on the new SO (at the time we had
    this partition setup for
    failover, so there would be another SO "waiting in
    the wings").
    Well, when we stopped setting that SO up for
    failover, the code was still in
    place. The PC would lose sight of the partition and
    try to connect to the
    replicate (which wasn't there). Since AutoStart was
    on, the environment
    happily started up a new EventMgrSO partition. Now
    some clients pointed to
    #1, and some to #2. Very bad when everyone needs to
    hear the same events.
    We've cleaned most of this up, but have learned that
    Failover and Autostart
    DO NOT belong in a production environment. (maybe
    our WAN is just to
    unstable!).
    Steven Barnes
    Babu Raj <ibcsmartboyyahoo.com> 09/24/0012:12PM >>>
    Hi All,
    Is there any possibility that, forte can bring
    up two replicates of a partition, though it's not
    load
    balanced? Sometimes, When, we bring up the
    application, there are 2 active partitions, though
    we
    desire only one. Its not happening regularly, but
    sometimes. I killed all the non-ftexec processes and
    tried as well, no use so far. Any idea, whats going
    wrong there?
    Thanks,
    Babu
    Send instant messages & get email alerts with Yahoo!
    Messenger.
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To
    unsubscribe, send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To
    unsubscribe, send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To
    unsubscribe, send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com
    Send instant messages & get email alerts with Yahoo! Messenger.
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Activating Swap "FAILED" while booting + Label swap problem

    Hello everybody
    I noticed when I was powering on my system that I had a red label "FAILED" next to 'Activating Swap'.
    i looked at :
    https://wiki.archlinux.org/index.php/Swap
    https://wiki.archlinux.org/index.php/Pe … ice_naming
    https://bbs.archlinux.org/viewtopic.php?id=103997
    https://bbs.archlinux.org/viewtopic.php?id=122962
    https://bbs.archlinux.org/viewtopic.php?id=132309
    # swapon -s
    Filename Type Size Used Priority
    # free -m
    total used free shared buffers cached
    Mem: 2761 2642 118 0 124 1312
    -/+ buffers/cache: 1206 1555
    Swap: 0 0 0
    # blkid
    /dev/sda1: LABEL="boot" UUID="5C187AF40E0AEC1C" TYPE="ntfs"
    /dev/sda5: LABEL="arch" UUID="74bb0a35-feac-468a-a58f-f842c7fd5340" TYPE="ext4"
    /dev/sda9: LABEL="disk" UUID="0ACFB85358B278B7" TYPE="ntfs"
    /dev/sda10: UUID="62c63c59-8dc0-4b84-8752-0801a0ae9657" TYPE="swap"
    # cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    LABEL=arch / ext4 defaults 0 1
    #LABEL=swap swap swap defaults 0 0
    /dev/sda10 swap swap defaults 0 0
    LABEL=disk /media/disk ntfs defaults 0 0
    here i tried to label the /dev/sda10 : swap =>
    http://linux.about.com/od/ptn_howto/a/hwtptn07t00.htm
    # e2label /dev/sda10 swap
    e2label: Bad magic number in super-block while trying to open /dev/sda10
    Couldn't find valid filesystem superblock.
    # tune2fs -L swap /dev/sda10
    tune2fs 1.41.14 (22-Dec-2010)
    tune2fs: Bad magic number in super-block while trying to open /dev/sda10
    Couldn't find valid filesystem superblock.
    # mke2fs swap /dev/sda10
    mke2fs 1.41.14 (22-Dec-2010)
    mke2fs: invalid blocks count '/dev/sda10' on device 'swap'
    then i tried
    # swapon /dev/sda10
    # free -m
    total used free shared buffers cached
    Mem: 2761 2608 153 0 157 1290
    -/+ buffers/cache: 1161 1600
    Swap: 2998 0 2998
    i dont understand why i got always "FAILED" next to 'Activating Swap' while booting.... !!
    Last edited by hael (2012-01-01 11:18:07)

    See in /var/log/boot if it's really "activating swap", not a neighbouring entry, that's failing (someone on the forum made this mistake; your post seems to indicate you're booting without swap indeed).
    rc.sysinit (booting script) runs simply "swapon -a", so see if "swapoff -a; swapon -a" works. As the wiki says, you can use mkswap to set a label on swap - running mkswap might solve your problem anyhow, although "swapon /dev/sda10" wouldn't really work if the partition wasn't formatted as swap already.
    Do you hibernate?

  • Resizing partition - boot problem?

    Hello everyone. I've been using Arch for three days now and like it. Problem is I installed it on a small partition and now I have only less than 1GB disk space left.
    So here is my situation: I have primary partition (Windows7) and Extended partition. Extended looks like this:
    [sda5 -exUbuntu][sda8 -Arch][sda7 swap][sda6 ntfs data]
    So i want to delete sda5 partition (which would give me 20 more gigabytes) and resize sda5 partition to it. But:
    1) I remember GParted not being capable of resizing to free space to the left side, only right side. I would give it a shot, but here comes next problem
    2) deleting partition sda5 changes sda8 to sda7 and sda7 to sda6. I guess boot would fail then since these partitions are mentioned in menu.lst and also fstab.
    What's the best solution for this? Maybe I could try changing sdaX in those two files and then play with those partitions, but I'm afraid it wouldn't be enough.
    Thanks.

    1) Delete sda5
    2) Move sda6 to the left
    3) Merge the unallocated space with the Arch partition.
    As for the booting, use UUIDs

  • Bootcamp Windows 7 partition boot problems

    I created a 100gb partion on my Macbook Pro and installed Windows 7. Have been using it successfully for several months. When I went to shut down the other night, Windows wanted to install updates, so I left it and went to bed. Next time I tried to start up in Windows, using option key, startup sequence began with "Starting up Windows" and the icon. After about a minute, the screen went black. Nothing happening, even though I could hear the machine was still running.
    Restarted it in safe mode, was able to restore to previously working setup, tried to diagnose the problem with Windows install disk unsuccessfully (unable to operate in safe mode--32 bit). Thought maybe the problem was Windows updates wouldn't install if default startup disk was OSX, so changed startup disk to Bootcamp partition and restarted it. Same black screen after a minute.
    Starting in safe mode again, tried to restore previous working settings. Now even that wouldn't work. Still able to see contents of Mac HD, so not worried that it's disappeared. Tried to restart using option key to get OSX, with no luck. It appeared that the Boot Manager had defaulted to the Windows side and wouldn't work with the option key.
    Started up with the OSX install disk, using the C key, and was able to boot in OSX. Allowed software update to run, thinking maybe bootcamp driver was the issue. Tried to restart in Windows with option key again, but no luck.
    Obviously, I can reinstall Windows 7, but wondering if there's another solution. ??

    Just an additional note:  Apple Bootcamp Support states that, for 64-bit Windows 7, 20 GB of hard drive space is required.  I provided 60 GB. What happened to the other 35+ GB of space on that partition...?
    http://support.apple.com/kb/HT1899

  • IMac Intel partition login problem

    Since yesterday our iMac runs very slowly and refuses to log in to the primary identity, although it will very slowly load two minor user identities. When one tries to log in on the main original user one, the screen goes blue without wavy lines and after 2 minutes or so goes back to the user identity login screen without comment. The only comment from the console was as follows:
    Jan 3 16:02:18 a-hs-computer/System/Library/CoreServices/loginwindow.app/Contents/Mac0S/loginw indow: Login Window Application Started
    Jan 3 16:02:19 a-hs-computer(243): Login Window Started Security Agent
    Mac OSX Version 10.4.1 (Build 8S2167)
    2010-01-03 +0100
    That is all!
    At 15:38 there is a crash report mdimport server crashed: 'SystemUIServer not responding', 'crashdump crashed' which repeats for 4-5 minutes incl. an 'Isregister crashed' in the middle somewhere, but is too long to repeat verbatim here.
    Checking with disk utility, the report goes as follows:
    "Checking HFS Plus volume
    Checking Extents Overflow file
    Checking catalog file
    Invalid node structure (in red)
    The volume Macintosh HD needs to be repaired
    (The program now demands I put in an administrative password but when I DO SO it stops the checking and just adds:
    Error: The underlying task reported failure on exit (in bigger red letters)
    1 HFS volume checked
    Volume needs repair.
    (But the repair button is greyed out.)
    Macs used to have a disk repair utility SOSDisk (with ambulance graphic) that one could use from the OS System disk, when starting with this. Can one repair with the iMac Intel OS CD?
    I saw our old AppleCare CD has TechTool on it. So installed it and tested the machine. The 2006 version reported that the Directory Scan had failed but the Drive Hardware had passed (so perhaps it is reparable). The Surface Scan was so slow that I skipped it once it had reported 4 errors. The final item, Volume Structure failed.
    Techtool then says TechTool Deluxe can attempt to "repair the damage" or "reduce the chance of future problems" but I find no trace of a repair tool on it. It takes one back to Apple Support to download the latest version of TechTool Deluxe (2009) but I find no trace of a useable repair tool on that one either, merely a checking system. This time the test passed the Directory scan which had failed with the earlier version, and I let the Surface Scan run slowly to its end over 2 hours, when it reported Failed with 72 errors. Volume Structure failed too.
    The newer Techtool is v. 3.1.3. As I did not put in the Apple Care identity when downloading (ours has expired) so is it possible I have a short version without the repair kit? Does anyone know Apple's policy on that? It seemed to download fine without the ApCare identity.
    Techtool instructions say one should burn the disk image of TechTool Deluxe DVD on a DVD using Disk Utility but when I get the disk image up and click on the burn button on DU, the DVD starts burning but spits the DVD back out after 30 seconds of burning. I am doing it wrong or is the DVD burn device broke. The machine will still burn CDs as I made some last night. But I have never ever burned a DVD using Disk Utility (1st tries today).
    Also, is it possible to start the machine using the Apple Care CD as system and repair with that? It seemed unlikely and this machine now takes so long to restart and really start working (2-3 hours) that I do not dare risk it yet. I use the damaged iMac still to contact you here.
    Thanks for any advice..!

    Unfortunately we are probably the only Mac in this desolate corner of North Germany where the inhabitants have always massively opted for Windows as they always go for the cheapest option. As far as I know we are the only Mac owners in a school of over 1500 people with 150 teachers. Had I been able to borrow a Mac, I would have linked it to ours long ago, got our data out and run DiskWarrior from the healthy Mac. The Hamburg techies are extremely expensive as they wrongly assume that anyone with a Mac must be eating off gold plate.
    I wd grab the opportunity to use a normal keyboard, if available. I see u are from California; that's a paradise for available Macs.
    Don't forget that we can't use the normal means of getting a disk to eject as there is no hard drive left worth the name and therefore no system operating, except whatever the system might be (unclear) on the DiskWarrior application,
    but that is totally frozen.
    Your feeling is that I want everything! Yes, another Mac, that would solve the problem. But if you mean that I need help for trifles you are quite wrong. I went through the lists of methods of ejecting disks listed on the web and by Apple before posting the request you have just replied to. And they look OS dependent to me, except perhaps the mouse button technique.
    In any case my first concern is to close that DiskWarrior application to avoid it being damaged before closing the disk, but that looks increasingly impossible.
    So far by my own efforts in this crisis I have largely solved a lot of problems worth at least 3500 dollars in techie bills had they done it. When we started by ringing the firm we bought the iMac from new, they said they could not help us over the jammed user partition problem, and merely provided the address of a data recovery service that would charge "between 2000 and 3000 Euros (3-4000 dollars)for saving the data on the HD". I refused and myself worked out how to hack into the user partition and was able to put most of the work and business data in the Documents folder onto sticks before the HD finally folded. Essentially the holiday pics in iPhoto remain still to do.
    I don't like the idea of having to sacrifice a brandnew DiskWarrior program for 108 Euros but if no one has any suggestions... Pity all this happened one month after our Apple Care 3 yr warranty ended.

  • FCP 7 and FCP-X on same partition:  what problems are caused?

    I'm trying to figure out if the performance issues I'm having with FCP-X can be remedied, or if the problem is just buggy software.  Apparently, even a newer, faster, more powerful Mac is not the answer, as I read complaints from people with new, suped-up Mac Pros who say the software slows to a crawl.  Sounds familiar to me, but I'm on iMacs and a MacBook Pro -- all my Macs are 3-4 years old, and are from that Core 2 Duo era, not Quad Core processors.  All my Macs are maxed out at 4 GB or RAM.  So I'm certain new machines are in my future.  But judging from what some people say about their newer, faster machines, I'm not entirely convinced that it would solve the problem I'm having with FCP-X.
    There are numerous threads here reporting sluggish performance (perpetual spinning beach balls) relating to a memory leak or a problem relating to FCP-X's usage of memory (some say it happens worse in Lion).  Is that the problem?  And if it is, why hasn't Apple addressed it?
    Then there is this matter of having FCP-7 (FCP Studio) and FCP-X installed on the same partition.  Apple's "Best Practices" article clearly states that it's best to have the two applications installed on separate partitions.  Only problem (for me) is, I already had FCP-7 installed on the primary partition.  When I purchased FCP-X (the day it first became available), I hadn't read that article, so naturally, the software got installed...you guessed it...on the primary partition.  And yes, I could uninstall FCP-7 (FCP Studio), create a new partition, and then re-install it.  But I remember how long it took to install FCP Studio (about 4 hours, as I recall), so I've put off the ordeal of heading down that road.
    So I'm wondering.......
    What problems are known to occur as a result of having FCP-7 and FCP-X installed on the same partition?  Would my sluggish performance be related to this?  Or would going to the trouble of uninstalling FCP-7, re-partitioning, then re-installing FCP-7 (FCP Studio) into its own play space, only be a waste of time?
    What evidence is there that this co-install is the culprit causing sluggish performance?
    What ARE the problems that the co-install causes?  I've never heard anyone address this specifically.

    When FCP X first came out, Apple recommended keeping FCS 3 on a separate partition, so I did that.
    Recently I did a clean reinstall or Lion and installed FCS 3 as normal, followed by FCP X 10.0.3.
    During the FCP X install, FCP 7 was moved to a new folder called Final Cut Studio.
    'Studio' and FCP X now work happily on the same partition - but I have not tried opening both at the same time!
    Just now, both applications are the most stable they have ever been.
    These are my standard tips for improving performance:
    First, check the spec of your iMac against the system requirements:
    http://www.apple.com/finalcutpro/specs/
    Particularly your graphics card. If it's listed here, it's not suitable:
    http://support.apple.com/kb/HT4664
    If you are getting crashes, there is some conflict on the OS. Create a new (admin) user account on your system and use FCP X from there - if it runs a lot better, there's a conflict and a clean install would be recommended.
    Other ways to improve performance:
    Keep projects to 20 mins or less. If you have a long project, work on 20 min sections then paste these into a final project for export.
    Create Optimised media - most camera native files are highly compressed and need a great deal of processor power to play back - particularly if you add titles, filters or effects. ProRes 422 takes up much more hard drive space but is very lightly compressed. It edits and plays back superbly.
    Hide Waveforms at all times when you don't need them (both in Browser and Storyline / Timeline). They take up a lot of processor power.
    Create folders in the Project and Events libraries and put any projects you are not working on currently, in those folders. This will help a lot.
    Move your Projects and Events to an external HD (make sure it's formatted OS Extended - with journaled on or off) and run from there.
    Contrary to what Ian said above, the biggest single improvement I saw in performance was when I upgraded the RAM from 8 GB to 16.
    Andy

  • IE 6 & 7 display problem (perhaps function swap problem?)

    Hi,
    I'm hoping someone can help me with this as I have scanned blog after blog and forum after forum to no avail.
    I have the job of cleaning up another developer's code which does not display properly. The problem is that all is well in the world (or on this web site) except for pages that use function swap(). These pages do not display properly in IE 6 and IE7. They do display properly in IE 8, Firefox and Safari. The other pages of the site display fine in all browsers.
    The header displays and then the rest of the page is displaced off to the right rather than below the header as if it is flowing out of the container somehow.
    This is one of the pages that does not display properly in IE6 and IE7. Any help with this would be greatly appreciated.
    http://traciisaly.com/work.html

    You have some invalid code there that may be causing it.
    With your chosen doctype, you must close paragraph elements with </p> - and do not include paragraphs within paragraphs (line 99, for instance) or tables within paragraphs (twice on your page).
    In main.css, body{}, delete zoom: 1 ;
    And in .footer{}, change
    border: 0 px;
    to
    border: 0px;
    And in .header{} add height: 46px;
    I think that'll get you in the ballpark.
    Mark A. Boyd
    Keep-On-Learnin' :-)
    This message was processed and edited by Jive.
    It shall not be considered an accurate representation of my words.
    It might not even have been intended as a reply to your message.

  • [Solved][Hal and Partitions] Newbie problem with hal policy

    Hello everybody,
    As a new user of archlinux for less than a week I have experienced a great distribution after having been for 1 year on Linux.
    After installation I was able to solve most of my problems with the wiki and the forums but there is one problem I cannot resolve.
    I have installed Kde 4.2 on my computer and I can mount Usb drives, or CDs with hal (It is in the daemons section of my rc.conf) but strangely I cannot access my other partitions such as my Ubuntu partition (ext3), or the family's Windows partition (Nfts). I have installed nfts-3g for the nfts partition hal refuses to let me access it, I will give you what Dolphin says when I try to access the Nfts:
    org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount-fixed-extra-options no <-- (actions,result)
    And for the ext3
    org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount-fixedauth_admin_keep_always <-- (actions,result)
    I don't really understand what It means but normally I am allowed to mount partitions.
    My /etc/PolycyKit/PolicyKit.conf: http://pastebin.com/m57e94025
    And my /etc/dbus-1/system.d/hal.conf: http://pastebin.com/m62861179
    I've already tried to configure these two with the wiki and the forums but nothing yet.
    If you need more information ask me.
    Thanks in advance.
    Last edited by auratux (2009-02-23 21:24:29)

    You might want to reread the Hal wiki re: Permission Denied with automounter.  Your /etc/PolicyKit/PolicyKit.conf seems to be missing the lines mentioned in the wiki.
    Edit: Or maybe it is similair to: http://bbs.archlinux.org/viewtopic.php?id=66008
    Last edited by bgc1954 (2009-02-22 14:07:10)

  • Installing problem oracle 8.1.6 in RH 6.2 & SWAP problem

    halo everybody
    1) i am having celeron machine with 32 MB RAM with four swap partition of 133MB
    each.
    i am trying to install oracle 8.1.6 for Red Hat linux 6.2.
    i have created mount point and required group/account. everything is finw. But while
    installing oracle 8.1.6 enterprise with typical selection after 20 % of copying files
    i am getting error message without ignore option. i retried many times.
    -----message is as follows ---
    Error in writing to file
    /u01/app/oracle/product/8.1.6/lib/vbcertrq.jar
    ------ end of message ---
    i have already added umask 022 in oracle account profile.
    pl. help me
    2) Also i need suggestion regarding swap partition. whether swap partition of 133MB
    each will serve purpose better. or should i have one partiotion of large size.
    pl. help me
    Thanx in advance
    bye
    unmesh
    null

    Good luck dude...I just installed 8.1.6 (redhat 7) on a Duron 650 with 128 MB ram and 256 MB swap space. It installed fine but when creating a database, it took two hours to get to 53% then started swapping hard out and eventually hung the machine. I also tried on a K6/2 450 with 256 MB ram and 700 MB swap. That machine takes just over an hour to create a custom db with all options (similiarly for the duron once after an increase to 160 MB ram and 500MB swap space). The lesson here is that you cannot ignore Oracle's recommended resources :) Good luck with 32 MB ram...even if you get it to install, you'll be waiting till next century for it to create even a simple database.
    Cheers,
    Andrew

  • Urgent:Session swapping problem

    Hi,
    We have a peculiar problem. We are running a site using JSP. Session handling has been done.
    When 2 users log in simultanesouly from different machines into our site and do a transaction, the details of the users are getting swapped between the users. The details of user A are getting transferred to User B and vice versa after a page has been submitted.
    What might be a problem ?
    Pls help me out immedately.

    Hi,
    I had something similar, and in my case I had to set the isThreadSafe page property to false. Normally the JSP environment assumes that your jsp-files are 'Threadsafe'. But in your case I think they are not. When you put in your jsp-file the statement
    <%@ page isThreadSafe=false %>
    then the JSP environment will take care that your jsp-file becomes threadsafe. This should solve your problem.
    Sponiza

  • Key swap problem using Microsoft keyboard with my Mac

    The keyboard used with my TiBook is an old (circa 1997) ergonomic "Natural Keyboard" made by Microsoft. I'd like to fix the problem of having the "Command" key function swapped with the "Alt" key. Downloading and installing the latest Microsoft keyboard driver for Mac (for OSX 1 thru 4) didn't fix the problem (even though I checked the box to swap the "Command" key (i.e., the Windows key) and ALT key. Is my keyboard just too old?
    thanks
    TiBook   Mac OS X (10.3.9)  

    Try:
    *[[/questions/947513]]

  • Installing Windows from virtualisation onto bootcamp partition - formatting problem!

    Hello!
    I hope I can describe this well enough.
    I'm in the situation of trying to install Windows 7 from a .iso I've made as my superdrive is totally dead. I'm running 10.7.4.
    Currently what I've done is basically the first chunk of steps from this post:
    Installing Windows 7 on MacBook Pro without SuperDrive | CommitBlog
    I get hung up on the windows installer right away though. When I'm installing windows into my raw disk (bootcamp.vmdk) I get this:
    "Windows could not format a partition on disk 0. The error occurred while preparing the partition selected for installation. Error code: 0x80070057"
    I've tried reformatting the partition I made with boot camp assistant to NTFS preemptively with Paragon NTFS in hopes that the installer would skip the formatting step, but no dice.
    Any thoughts on how to move forward here? Is there a permissions change that I somehow haven't made? I can't seem to find any documentation or posts on anyone in exactly this situation.
    This is a really pressing problem actually, so quick responses are especially appreciated!
    All the best and thanks in advance
    -Ijnad

    I've actually resolved this!
    Well, not that I fixed it. But I was able to hack into Boot camp assistant and convinve it to let me make a bootable Windows 7 Usb key and install from that!
    peace
    -Ijnad

  • Can't access to Fat Partition - Mount problem

    Dear all
    A few months ago I used disk utility and perform a partition. The idea was 3 partitions, 1 for mac (Journaled), 1 for bootcamp (NTFS) and 1 for transfer between the OSs (FAT).
    And it worked OK, I can use mac when I want and Windows too, I put the files in the fat partition and read/write without any problem in the 2 OSs.
    So, the fat partition for a lot of months worked OK, and almost all my files were saved in that partition, but last week I was copying too many gigas to the fat partition and I checked that fat partition was almost full. I thought well, usually mac tells you that is not enough space and you cannot copy more files, but IT DIDN'T DO IT and allow to copy and copy and copy. Well I continued working, later I turn off my computer (no close the lid) and at the next day when I turned on and started in MAC the partition doesn't appear. OMG!!!.....  I entered to the disk utility and went to "Fisrt Aid", performed Verify, and Repair and it doesn't work.
    It says.... bla bla bla,,, can`t repair, Back Up.... But How to Backup if there is not the option to access to the partition. In windows it says format?,, Of course not!
    I tried to contact Mac support (I still have warranty, until April 16), but no solution was given.
    I know that information is there, but I don't know how to recover and mount again the partition, because I have not formatted the partition. I have read a lot but before perform any action I would like to consult with you. I don't want to use apps that look for file to file, I just want to open my fat partition, find my organised folders and save the information in other place.
    My info:
    OS X Yosemite 10.10.2
    MacBook Pro (13, Mid 2012)
    Processor 2.5 GHz Intel Core i5
    Storage: 1 TB
    Fat partition: disk0s4 (Capacity 199.86 GB (199,860,682,752 Bytes))
    Please, Can you help me?
    Attached an image!!!
    Thank you in advance!!!
    Note: Sorry if I put in the wrong Category this post.

    Hi!!
    Well, after reading and trying to find the solution by mac, it was found in Windows.
    MMM, well Attached the solution
    So, let's to save the information!!!!!!
    See You!!!

Maybe you are looking for

  • Repeated blue screen crash when running labview 8.2 on Dell optiplex GX620

    Hi, I have recently experienced a series of 'blue screen' crashes on a Dell Optiplex GX620 while running Labview 8.2. The dell is running Windows XP SP2 with an ATI Radeon X600 graphics card. Labview is interfacing with a NI DAQPad 6015 device. The c

  • Problem with d3l-ftp-adapter

    Hi, I've setup an ftp-adapter in d3l mode where the eventname and Objectname in iStudio match with the declaration in the d3l-file. But somehow I get an error: java.lang.RuntimeException: unknown attribute `ContractmutatiesNavfin' in `contracten null

  • PO Creation in EP

    Hi,         I want to create Purchase order in EP.What is the methodology to fetch quotation available in R/3 in EP? Useful and step by     step solution is highly appreciable. Thanks, Kundan

  • ELEMENTS  won't launch on Windows 7

    I downloaded Elements13 on my PC with Windows 7 and it doesn't launch.  What should I do next?  I uninstalled and then re installed.  Now what??

  • October CC 2014 update causes crash on OBJ import.

    I have been trying to import an OBJ file (created in c4dr16, saved as .obj) into AE CC 2014 for use with the Trapcode Form plugin; without fail it causes AE to crash on import. I've tried going thru the import menu, dragging the file into the prj wit