Cannot exp several order tables

I use the command to clear data from several tables, but some information on the raised error and dump finished, but when I remove some of the tables below will be dump successfully, if the command is too long? If I need to export multiple tables, how can I do? Use the settings file instead?

================================
EXP-00019: failure of the treatment of parameters, type 'HELP EXP = Y' help
EXP-00000: export completed unsuccessfully
================================


exp user/password@sid buffer=2000000 compress=yes recordlength=64000 tables=(Catalog_Attribute_Bool,Catalog_Attribute_Code,Catalog_Attribute_Date,Catalog_Attribute_Date_Range,Catalog_Attribute_Num,Catalog_Attribute_Num_Range,Catalog_Attribute_Group,Catalog_Attribute_Object,Catalog_Attribute_Str_EnPoint_Attribute_Bool,Point_Attribute_Code,Point_Attribute_Date,Point_Attribute_Date_Range,Point_Attribute_Num,Point_Attribute_Num_Range,Point_Attribute_Group ,Point_Attribute_Object,Point_Attribute_Str_EnBucket_Attribute_Bool,Bucket_Attribute_Code,Bucket_Attribute_Date,Bucket_Attribute_Date_Range,Bucket_Attribute_Num,Bucket_Attribute_Num_Range,Bucket_Attribute_Group,Bucket_Attribute_Object,Bucket_Attribute_Str_En) query=\"where supplier_id in (select supplier_id where trunc(L_Upd_Date) > to_date('2008-12-22','YYYY-MM-DD'))\" file=d:/cw.dmp.base.attr

Hellio,

Create a parameter file and lanuch export using the settings file, another question query clause attribute is applied to all tables or others. I don't think its list of your table, also try the export help without query parameter using the parfile

parfile filename.par name of user and password exp =

#filename.par
buffer = 2000000
Compress = yes
RecordLength = 64000
tables is Catalog_Attribute_Bool, Catalog_Attribute_Code, Catalog_Attribute_Date, Catalog_Attribute_Date_Range, Catalog_Attribute_Num, Catalog_Attribute_Num_Range.
Catalog_Attribute_Group, Catalog_Attribute_Object, Catalog_Attribute_Str_EnPoint_Attribute_Bool, Point_Attribute_Code, Point_Attribute_Date, Point_Attribute_Date_Range,
Point_Attribute_Num, Point_Attribute_Num_Range, Point_Attribute_Group, Point_Attribute_Object, Point_Attribute_Str_EnBucket_Attribute_Bool, Bucket_Attribute_Code,
Bucket_Attribute_Date, Bucket_Attribute_Date_Range, Bucket_Attribute_Num, Bucket_Attribute_Num_Range, Bucket_Attribute_Group, Bucket_Attribute_Object, Bucket_Attribute_Str_En)
query =------"where supplier_id in (select supplier_id where trunc (L_Upd_Date) > to_date('2008-12-22','YYYY-MM-DD')) \" -you do not have escape \ if you use parfile. "
queue = CW.dmp.base.attr

Here are some restrictions for the query parameter
The QUERY parameter cannot be specified for the complete user or tablespace mode exports.
The QUERY parameter must be applicable to all the specified tables.
The QUERY parameter cannot be specified in a direct path export (DIRECT = y)
Cannot specify the QUERY parameter for tables with nested tables inside.
You cannot determine the contents of the export file if the data is the result of a QUERY to export.

Tags: Database

Similar Questions

  • "Actionscript file cannot have several external visible definitions:

    Armageddon_ReHash\StateMachine.as, line 15006: an ActionScript file cannot have several definitions visible from the outside: StateMachine, detectHitLevel2

    Hey thanks for checking this, I'm having an odd error that maybe just started, can you give me some comments about why this happens, here's my class and the error I get is above. Please get to me as soon as I need to know tonight.

    Thanks again!

    CODE:

    package {}

    import flash.display.MovieClip;

    import flash.events. *;

    import flash.utils.Timer;

    import flash.display.Stage;

    import flash.sampler.NewObjectSample;

    SerializableAttribute public class StateMachine extends MovieClip {}

    public static var player: Player;

    private var scoreHUD:HUD;

    public var enemyGhostTimer:Timer;

    public var enemyGhost2Timer:Timer;

    public var enemyGhost3Timer:Timer;

    public var levelTimer:Timer;

    health public var = 3;

    public var score = 0;

    public var timeleft = 80;

    Main menu

    public void StateMachine()

    {

    START menu

    var controls: Boolean = false;

    var credits: Boolean = false;

    var advice: Boolean = false;

    Event listeners

    btn_start.addEventListener (MouseEvent.MOUSE_DOWN, start_mouseDownHandler);

    btn_controls.addEventListener (MouseEvent.MOUSE_DOWN, controls_mouseDownHandler);

    btn_credits.addEventListener (MouseEvent.MOUSE_DOWN, credits_mouseDownHandler);

    btn_highscores.addEventListener (MouseEvent.MOUSE_DOWN, highscores_mouseDownHandler);

    Stop();

    Menu system

    function start_mouseDownHandler(event:MouseEvent):void

    {

    sym_pointer.y = 315;

    Stop (1, "Level 1");

    Level1();

    }

    function controls_mouseDownHandler(event:MouseEvent):void

    {

    orders = true;

    gotoAndStop ("controls");

    sym_pointer.y = 368;

    }

    function credits_mouseDownHandler(event:MouseEvent):void

    {

    credits = true;

    gotoAndStop ("credits");

    sym_pointer.y = 421;

    }

    function highscores_mouseDownHandler(event:MouseEvent):void

    {

    Tips = true;

    gotoAndStop ("hints");

    sym_pointer.y = 474;

    }

    }

    End of the game

    public void Gameover()

    {

    Stop();

    btn_restart.addEventListener (MouseEvent.MOUSE_DOWN, restart_mouseDownHandler);

    function restart_mouseDownHandler(event:MouseEvent):void

    {

    Stop (1, "Level 1");

    Level1();

    }

    }

    Timers

    function sendEnemy(e:Event)

    {

    enemy of the var = new Ghost();

    stage.addChild (enemy);

    }

    function sendEnemy2(e:Event)

    {

    var enemy2 = new Ghost2();

    stage.addChild (enemy2);

    }

    function sendEnemy3(e:Event)

    {

    var enemy3 = new Ghost3();

    stage.addChild (enemy3);

    }

    function countDown(e:Event)

    {

    If (timeleft > 0)

    {

    timeLeft-;

    }

    ElseIf (timeleft = 0)

    {

    Disable()

    GameOver();

    }

    }

    //////////////////////////////////////LEVELS////////////////////////////////////////////// ////////

    function Level1 (): void

    {

    reader = new player (internship, 400, 550);

    health = 3;

    stage.addChild (player);

    scoreHUD = new HUD (internship);

    stage.addChild (scoreHUD);

    enemyGhostTimer = new Timer (500);

    enemyGhostTimer.addEventListener ("timerEnemy", sendEnemy);

    enemyGhostTimer.start ();

    levelTimer = new Timer (1000);

    levelTimer.addEventListener ("timerLevel", count);

    levelTimer.start ();

    stage.addEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler, false, 0, true);

    stage.addEventListener (MouseEvent.MOUSE_UP, mouseUpHandler, false, 0, true);

    stage.addEventListener (Event.ENTER_FRAME, detectHitLevel1);

    }

    function Level2 (): void

    {

    reader = new player (internship, 400, 550);

    stage.addChild (player);

    enemyGhost2Timer = new Timer (2000);

    enemyGhost2Timer.addEventListener ("timerEnemy2", sendEnemy2);

    enemyGhost2Timer.start ();

    stage.addEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler, false, 0, true);

    stage.addEventListener (MouseEvent.MOUSE_UP, mouseUpHandler, false, 0, true);

    stage.addEventListener (Event.ENTER_FRAME, detectHitLevel2);

    }

    function Level3 (): void

    {

    reader = new player (stage, 25, 550);

    stage.addChild (player);

    enemyGhost3Timer = new Timer (5000);

    enemyGhost3Timer.addEventListener ("timerEnemy3", sendEnemy3);

    enemyGhost3Timer.start ();

    stage.addEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler, false, 0, true);

    stage.addEventListener (MouseEvent.MOUSE_UP, mouseUpHandler, false, 0, true);

    stage.addEventListener (Event.ENTER_FRAME, detectHitLevel3);

    }

    function detectHitLevel1(e:Event):void

    {

    Limits

    If (Player.hitTestObject (boundsright))

    {

    trace ("Bounds");

    Player.x = player.x-10;

    }

    If (Player.hitTestObject (boundsleft))

    {

    trace ("Bounds");

    Player.x = player.x + 10;

    }

    If (Player.hitTestObject (boundstop))

    {

    trace ("Bounds");

    Player.y = player.y + 10;

    }

    If (Player.hitTestObject (boundsbottom))

    {

    trace ("Bounds");

    Player.y = player.y-10;

    }

    Traps

    If (Player.hitTestObject (Lava1) | player.hitTestObject (Lava2) | player.hitTestObject (Lava3) | player.hitTestObject (Lava4) | player.hitTestObject (Lava5): player.hitTestObject (Lava6): player.hitTestObject (Lava7))

    {

    trace ("Lava");

    If (health < 0)

    {

    stage.removeEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler);

    stage.removeEventListener (MouseEvent.MOUSE_UP, mouseUpHandler);

    stage.removeEventListener (Event.ENTER_FRAME, detectHitLevel1);

    stage.removeChild (player);

    for (var i in Ghost.list)

    {

    Ghost.list [i]. Kill();

    }

    Stop (1, "GameOver");

    Gameover();

    }

    -health;

    scoreHUD.updateLives(-1);

    Player.x = 400;

    Player.y = 550;

    }

    Output

    If (Player.hitTestObject (lvl1exit))

    {

    lvl1exit.x = - 10;

    trace ("Exitlvl1");

    score += 10;

    health ++;

    scoreHUD.updateLives (1);

    stage.removeEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler);

    stage.removeEventListener (MouseEvent.MOUSE_UP, mouseUpHandler);

    stage.removeEventListener (Event.ENTER_FRAME, detectHitLevel1);

    stage.removeChild (player);

    for (var i in Ghost.list)

    {

    Ghost.list [i]. Kill();

    }

    }

    Stop (1, "Level 2");

    Level2();

    }

    Points

    If (player.hitTestObject (civa))

    {

    CIVA.x = - 10;

    trace ("bonus!");

    score + 5;

    scoreHUD.updateScore (5);

    }

    If (player.hitTestObject (civb))

    {

    CIVB.x = - 10;

    trace ("bonus!");

    score + 5;

    scoreHUD.updateScore (5);

    }

    If (player.hitTestObject (vicc))

    {

    CIVC.x = - 10;

    trace ("bonus!");

    score + 5;

    scoreHUD.updateScore (5);

    }

    }

    function detectHitLevel2(e:Event):void

    {

    Limits

    If (Player.hitTestObject (boundsright))

    {

    trace ("Bounds");

    Player.x = player.x-10;

    }

    If (Player.hitTestObject (boundsleft))

    {

    trace ("Bounds");

    Player.x = player.x + 10;

    }

    If (Player.hitTestObject (boundstop))

    {

    trace ("Bounds");

    Player.y = player.y + 10;

    }

    If (Player.hitTestObject (boundsbottom))

    {

    trace ("Bounds");

    Player.y = player.y-10;

    }

    Traps

    If (Player.hitTestObject (Lava1) | player.hitTestObject (Lava2) | player.hitTestObject (Lava3) | player.hitTestObject (Lava4) | player.hitTestObject (Lava5): player.hitTestObject (Lava6): player.hitTestObject (Lava7))

    {

    trace ("Lava");

    If (health > 0)

    {

    stage.removeEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler);

    stage.removeEventListener (MouseEvent.MOUSE_UP, mouseUpHandler);

    stage.removeEventListener (Event.ENTER_FRAME, detectHitLevel2);

    stage.removeChild (player);

    Stop (1, "GameOver");

    Gameover();

    }

    -health;

    scoreHUD.updateLives(-1);

    Player.x = 400;

    Player.y = 550;

    }

    Output

    If (Player.hitTestObject (lvl2exit))

    {

    lvl2exit.x = - 10;

    trace ("Exitlvl2");

    score += 10;

    health ++;

    scoreHUD.updateLives (1);

    stage.removeEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler);

    stage.removeEventListener (MouseEvent.MOUSE_UP, mouseUpHandler);

    stage.removeEventListener (Event.ENTER_FRAME, detectHitLevel2);

    stage.removeChild (player);

    Stop (1, "Niveau3");

    Level3();

    }

    Points

    If (player.hitTestObject (civa))

    {

    CIVA.x = - 10;

    trace ("bonus!");

    score + 5;

    scoreHUD.updateScore (5);

    }

    If (player.hitTestObject (civb))

    {

    CIVB.x = - 10;

    trace ("bonus!");

    score + 5;

    scoreHUD.updateScore (5);

    }

    If (player.hitTestObject (vicc))

    {

    CIVC.x = - 10;

    trace ("bonus!");

    score + 5;

    scoreHUD.updateScore (5);

    }

    }

    function detectHitLevel3(e:Event):void

    {

    Limits

    If (Player.hitTestObject (boundsright))

    {

    trace ("Bounds");

    Player.x = player.x-10;

    }

    If (Player.hitTestObject (boundsleft))

    {

    trace ("Bounds");

    Player.x = player.x + 10;

    }

    If (Player.hitTestObject (boundstop))

    {

    trace ("Bounds");

    Player.y = player.y + 10;

    }

    If (Player.hitTestObject (boundsbottom))

    {

    trace ("Bounds");

    Player.y = player.y-10;

    }

    Traps

    If (Player.hitTestObject (Lava1) | player.hitTestObject (Lava2) | player.hitTestObject (Lava3) | player.hitTestObject (Lava4) | player.hitTestObject (Lava5): player.hitTestObject (Lava6): player.hitTestObject (Lava7))

    {

    trace ("Lava");

    If (health > 0)

    {

    stage.removeEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler);

    stage.removeEventListener (MouseEvent.MOUSE_UP, mouseUpHandler);

    stage.removeEventListener (Event.ENTER_FRAME, detectHitLevel3);

    stage.removeEventListener (Event.ENTER_FRAME, loop);

    stage.removeChild (player);

    Stop (1, "GameOver");

    Gameover();

    }

    -health;

    scoreHUD.updateLives(-1);

    Player.x = 400;

    Player.y = 550;

    }

    Output

    If (Player.hitTestObject (lvl3exit))

    {

    lvl2exit.x = - 10;

    trace ("Exitlvl3");

    score += 10;

    health ++;

    scoreHUD.updateLives (1);

    stage.removeEventListener (MouseEvent.MOUSE_DOWN, mouseDownHandler);

    stage.removeEventListener (MouseEvent.MOUSE_UP, mouseUpHandler);

    stage.removeEventListener (Event.ENTER_FRAME, detectHitLevel2);

    stage.removeEventListener (Event.ENTER_FRAME, loop);

    stage.removeChild (player);

    Stop (1, "GameOver");

    Gameover();

    }

    Points

    If (player.hitTestObject (civa))

    {

    CIVA.x = - 10;

    trace ("bonus!");

    score + 5;

    scoreHUD.updateScore (5);

    }

    If (player.hitTestObject (civb))

    {

    CIVB.x = - 10;

    trace ("bonus!");

    score + 5;

    scoreHUD.updateScore (5);

    }

    If (player.hitTestObject (vicc))

    {

    CIVC.x = - 10;

    trace ("bonus!");

    score + 5;

    scoreHUD.updateScore (5);

    }

    }

    }

    I believe that the error is indicating that your class file structure is not formatted properly as it seems to be trying to define several classes in one file.  I suspect it's going to be because of incorrect provision of braces.  Unfortunately, the pileup of the code is a bit much to go through you.

    I noticed that you have many nested named functions (functions within other functions) which causes problems as well.  All functions should stand on their own.

    Maybe you need to really do is to find a way to break this class file into separate files based on the feature class.

  • Digital control over several orders of magnitude

    Hi all,

    I'm trying to get a digital control with a suitable addition to the order of magnitude.

    For example, I have a front panel for an osziloscope, sometimes that samples on some ns, sometimes a few seconds, sometimes a few milivolts, sometimes a few volts, who knows, right
    I was playing around with the digital control units, but it doesn't quite fit my needs. I can't change the prefix of a unit on the duration, for example of microseconds to seconds, but then I change the issue as well, because on change the prefix, the previous number is only multiplied by the factor according to, for example, 1000, so 5 became US 5th-6s. So change the record length of the default value of 500 ms to 100 ns would require two klicks type, and I can instead just type "100th-9', which is good too."

    However, I would like to have a digital control from 0 to 1000 combined with for example a button for prefix i.e. nano, micro, mili etc. and combine this values internally, i.e. of mulitplying accordingly. But I couldn't set the increment to "3 orders of magnitude" even with the option to log scale.

    I know, I could use an enum with the names and values according to, but this is not very satisfactory.

    So perhaps the question would be: is it possible to combine two digital controls or the value for the prefix, in a suitable and easy way? Or how do you manage the digital values over several orders of magnitude in a case like mine?

    Thanks for your replies in advance.

    Best,

    bastlwastl

    Display format is SI units

    It helps in these situations

  • Cannot complete the order of flow due to a disk error.  any ideas?

    Cannot complete the order of flow due to a disk error.  any ideas?

    Well, I got up to reinstall Photoshop but that did the trick.  Thanks for your help. I took your advice, but nothing has been appearing in the console application.  But all is well now

    Lester

  • Remove the performance of a large table or several small tables.

    I have a table with 30 million lines, that is used in a statistic application developed in home treatment.

    In the process, there is an application that will scan old records and then remove them from the database.

    I'm looking for a way to improve it, and I am currently faced with alternatives:

    Option #1
    Separate the old records into several smaller tables, and then run several copies of the application, a single instance of the application by the smaller table.

    Option #2
    Use additional criteria to when choosing the rows of the table (which would be indexed on), an execution mulltiple of copies of the application based on the criteria.

    From a logistical point of view, I'd prefer Option #2, my only concern with him is what's performance comparrison between:

    50 processes Delete form 50 small individual tables with 100,000 rows in each
    vs
    50 to a table with more than 30 million lines removal process

    Anyone has any experience on a preview?

    We use an instance of Oracle 9i, no partitioning.

    Unfortunately I don't have a lot of control in the application or make major changes to Oracle.

    940507 wrote:
    It redundant seams, one of the reasons why I prefer Option 2, using additional criteria...

    I just need to make sure that when 20 process attempts to remove it from the same table with 30 + million lines, the contetion on the updating of the table, index... will not introduce a point of suffocation.

    This can vary widely based on the distribution of data and model of data access. Oracle accesses data in blocks, so if someone updates an another line of the block while you delete, you could get a transaction wait. For playback from your deletion, Oracle is good, not blocking, but compromise can be a lot of waiting. If your data in the table such as two of your processes to remove from the same block, you could come back here crying on the performance and have people laugh design.

    Rather than the mud things with more java spawning process, you may need to perform these deletions by a single stored procedure with very specific criteria. Then, rather that dealing with the issues of contention, you serialize everything to go as soon as possible and reduce to a minimum the block copy and cancel demand to keep multiuser. Oracle is biased in favor of adding data instead of delete, add will always be potentially more fast-able.

    Think about this: http://jonathanlewis.wordpress.com/2011/04/19/more-cr/

  • export / import exp / imp orders Oracle 10gXE on Ubuntu

    I have 10gXE Oracle installed on 2.6.32 - 28-generic #55 - Ubuntu Linuxand I need help of soe on how to export / import the base with exp / imp orders. Orders appear to be installed on the directory * / usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin*, but I can't run them.

    The error message I got =

    No order found "exp", did you mean:
    Command "xep" package "pvm-examples" (universe)
    Command 'ex' package 'vim' (main)
    Command 'ex' the package 'nvi' (universe)
    Command 'ex' of the package "vim - nox" (universe)
    Command 'ex' of the package "vim-gnome" (main)
    Command 'ex' package 'vim-tiny"(main)
    Command 'ex' of the package "vim - gtk" (universe)
    Command "axp" package "axp" (universe)
    Command "expr" package "coreutils" (main)
    Command 'expn' package 'sendmail-base' (universe)
    Command 'EPP' package 'e16"(universe)
    Exp: command not found

    Is there something I need to do?

    Hello

    You have not properly configured environment variables.
    http://download.Oracle.com/docs/CD/B25329_01/doc/install.102/b25144/TOC.htm#BABDGCHH

    And of course this sciprt little hiccup, so see
    http://UbuntuForums.org/ShowPost.php?p=7838671&postcount=4

    Kind regards
    Jari

  • Best approach to join several statistical tables in one

    I read different approaches to join several statistical tables in one, they all have a column 'productobjectid '.

    I want to get all the data for each product and put it in excel, then output a jpg cfchart with statistics.

    How would you do that, the part of sql?

    Thank you.

    Your "abiguous" is caused when you reference multiple tables in your SQL query that have the same field name.

    for example

    TableA a field 'ID '.

    TableB also has a field named "ID".

    If your select statement was:

    SELECT *.

    OF inner join TableA TableB on TableA.myField = TableB.myField

    WHERE ID = 4

    then SQL would be panic because he doesn't know which field ID in which table you are trying to access.  Your best bet is always prefix your domain names with the name of your table (or an alias - alias are very useful if you have long table names) when you do a Select statement.

  • Cannot retrieve list of tables when you try to reverse

    Hello

    I am trying to load source data that comes from SQL Server in the database Oracle target.

    When I try to create the model and reverse the tables from source frm SQL Server it gives me an error saying cannot retrieve list of tables.

    Do I need to configure anything?

    Any help is appreciated.

    Thank you
    ADI

    This is due to the jdbc.sqlserver.driver problem check out the link below, it will be useful for you...

    Re: How to connect to MS sql server using ODI

  • Cannot change the order of songs in my playlists on my new iPhone 7 (iOS 10.02). How can I fix?

    CAN I change the order on my MacBook Air when my phone is connected (but the changes are not published on my phone)

    Hello, wolfebait!

    Welcome to congratulations on getting a new iPhone and Apple support communities 7.  I see your message that you are having problems changing the order of song into playlists that you created, but it only happens on your new iPhone.  I have several playlists I created myself, and I sometimes have to change the order of songs as well.  I'm happy to help you with this.

    1. Open your music app.
    2. Type library on the bottom left.
    3. Touch Playlists.
    4. Press the Playlist you want to change (it must be one that you have created, as organized playlists cannot be changed).
    5. Press 'Edit' at the top right of your screen.
    6. You should now see red circles 'remove' to the left of each song and three horizontal lines gray right of each song.
    7. Press the grey horizontal lines with your finger and drag the song to the position in the playlist that you want it to be in.
    8. When you have finished editing, type "Done" in the upper right corner.
    9. Your playlist should now be in the new order that you chose!

    Have a great rest of your week!

  • Cannot select several items for download in Win7 dialog box

    Hello. You try to download several PDF elements to merge here: http://foxyutils.com/mergepdf/
    Should work 'normally' - control click to select more than one. I have used the site before, but now you have a fresh user account as the last of them has been installed properly (but I had FF and he worked as far as I KNOW).

    FF 37.0.1 on Win7 Enterprise ghostery & adblockplus off, java temporarily the value 'always allow', set of java dev 'request' (cannot change).

    Any thoughts anyone? Seems very strange. Don't know if it's a Windows problem; I can select several elements with control + click in windows Explorer...

    By chance you have to update your flash player?

  • Several spreadsheet tables

    Hello

    I have a vi of this process, data files and saves the analysis on a new file (it's a 2D table). What is done in a loop for to allow several files to be processed with the intervention of the user. Instead of save a new file for analysis each iteration, I would record all the data analyzed in a single file. For example:

    Cable #11

    x y z

    1 2 3

    4 5 6

    Cable #12

    4 5 4

    3-2-2

    .

    .

    .

    .

    I have two problems:

    I know how to insert headers, but how can I insert a string after each table?

    How to record all paintings on a table? I tried to take the spreadsheet on the for function loop, but it did not work.

    I'll appreciate any input,


  • Cannot access the internet (table routing and connection seems to be very well)

    Hello

    I have a problem that I can't know at the present time.
    The problem started after uninstalling cisco anyconnect vpn.
    Description:
    cannot access Web sites or even the router configuration panel
    cannot tracert beyond the first jump (router)
    can ping to ip Internet addresses
    routing table appears to be well
    After disabling all services additional error is always persistent
    computer is connected to the router cable
    So, it seems that something is blocking the connection, but I can't understand what...

    It fixed to the help of netsh winsock reset catalog and restart...

  • Cannot open several folders and programs

    Dear Sir/Mam,

    I just bought a new laptop with Vista Home Basic. I can't open items such as personalization, system, Security Center and several others.
    When I click on a window opens for less than a second and closes.
    I'm using Vista for more a wile and never had a problem like this.

    Help, please.

    Hello Kostas T,.

    To help resolve this problem, use the tool (SFC.exe) System File Checker to determine which file is causing the problem and then replace the file. To do this, follow these steps:

    1. Open an elevated command prompt. To do this, click Start, click principally made programs, Accessories, right-click guest, and then click run as administrator.  If you are prompted for an administrator password or a confirmation, type the password, or click allow.
    2. Type the following command and press ENTER: sfc/scannow (Yes there is a space after sfc) the sfc/scannow command analyzes all protected system files and replaces incorrect versions with appropriate Microsoft versions. This analysis do take some time to complete.

      Otherwise, you should try perform a clean start of :


    http://support.Microsoft.com/kb/331796

    How to use safe mode:

    http://windowshelp.Microsoft.com/Windows/en-us/help/323ef48f-7b93-4079-a48a-5c58eec904a11033.mspx

    If you cannot start in safe mode, choose Safe mode with command prompt.  Type msconfig in the command prompt and a window will open.  From there on, follow the instructions on performing a clean boot. What you discribe sound as a third-party program is causing your problem.

    Hope this helps you. Let us know anyway. Make it a great day!

    "In the end the love you take is equal to The Love You Make" (The Beatles last song from their latest album, Abbey Road.)

  • Large partition table with the primary key referenced by several child tables

    I tested this procedure and it works perfectly. Although when children tables refer to the key column, after execution of dbms_redefinition.finish_redef_table they all are referring to table exercised. In test I deal forced FK droped on tables children and recreated them. What could be the best way to do this in this scenario?

    Thanks for all comments/opinions!

    Are you sure? You should end up with the original FK constraint (disabled and renamed to have a prefix of $$ TMP) pointing to the staging table (which is of course the famous original table), and allowed a new constraint with the correct name, pointing to the new version of the table. so all you need to do to bring order to the top is to remove the constraint of renamed.

    This running-in of the SCOTT schema clearly indicates:

    create the table deptint in select * from dept where 1 = 2;

    exec dbms_redefinition.start_redef_table (user, 'dept', 'deptint')

    n number of var

    exec dbms_redefinition.copy_table_dependents (user, "dept', 'deptint', DBMS_REDEFINITION.") CONS_ORIG_PARAMS, TRUE, TRUE, TRUE, TRUE,: n)

    Print n

    exec dbms_redefinition.finish_redef_table (user, 'dept', 'deptint')

    Select CONSTRAINT_NAME, CONSTRAINT_TYPE, TABLE_NAME, user_constraints STATE;

  • query to display data in table with several detail table

    Hi all

    I have a few cases with a table header that have more than 3 table of detail, and I have to generate the query to show all the data horizontally.

    tblHdr have column A (PK)

    tblDtl1 have column A (FK), B (PK)

    tblDtl2 have column A (FK), C (PK)

    tblDtl3 have column A (FK), D (PK)

    and I need a query to display data like this:

    AB1C3D1
    AB2C4D2
    AC5D3
    AC6

    all the Details of the table should display data based on the relationship of tblHdr (A).

    tblDtl1 have only 2 rows of data for the FK A

    tblDtl2 just for FK 4 lines of data

    tblDtl3 only 3 lines of data for the FK A

    Another example:

    AB1C1D1
    AB2C2
    A

    B3

    tblDtl1 only 3 lines of data for the FK A

    tblDtl2 have only 2 rows of data for the FK A

    tblDtl3 have only 1 rows of data for the FK A

    Please shed some light. for the record, I'll use this query in ADF, so I'll put using PLSQL in second priority.  I prefer to do it in the SQL query.

    Thank you

    Here are 3 ways. First test of data:

    drop table ta purge;
    create table ta as
    SELECT 'A' AS A FROM dual
    union all
    select 'B' from dual;
    
    drop table tb purge;
    create table tb as
    SELECT 'A' AS A, 'B1' AS B FROM dual
    UNION ALL
    SELECT 'A', 'B2' FROM dual ;
    
    drop table tc purge;
    create table tc as
    SELECT 'A' AS A, 'C1' AS C FROM dual
    UNION ALL
    SELECT 'A', 'C2' FROM dual
    UNION ALL
    SELECT 'A', 'C3' FROM dual
    UNION ALL
    SELECT 'A', 'C4' FROM dual ;
    
    drop table td purge;
    create table td as
    SELECT 'A' AS A, 'D1' AS D FROM dual
    UNION ALL
    SELECT 'A', 'D2' FROM dual
    UNION ALL
    SELECT 'A', 'D3' FROM dual;
    

    Now 3 solutions: full join, group by and pivot:

    with b as (
      select a, b,
      row_number() over(partition by a order by b) rn
      from tb
    )
    , c as (
      select a, c,
      row_number() over(partition by a order by c) rn
      from tc
    )
    , d as (
      select a, d,
      row_number() over(partition by a order by d) rn
      from td
    )
    select a, b, c, d
    from ta left join b using(a)
    full join c using(a, rn)
    full join d using(a, rn)
    order by a, rn;
    
    select a, max(b) b, max(c) c, max(d) d
    from (
      select a, null b, null c, null d, 1 rn
      from ta
      union all
      select a, b, null, null,
      row_number() over(partition by a order by b) rn
      from tb
      union all
      select a, null, c, null,
      row_number() over(partition by a order by c) rn
      from tc
      union all
      select a, null, null, d,
      row_number() over(partition by a order by d) rn
      from td
    )
    group by a, rn
    order by a, rn;
    
    select A,B,C,D from (
      select 'A' tab, a, null val, 1 rn from ta
      union all
      select 'B' tab, a, b,
      row_number() over(partition by a order by b) rn
      from tb
      union all
      select 'C' tab, a, c,
      row_number() over(partition by a order by c) rn
      from tc
      union all
      select 'D' tab, a, d,
      row_number() over(partition by a order by d) rn
      from td
    )
    pivot(max(val) for tab in('B' B, 'C' C, 'D' D))
    order by a, rn;
    
    A B C D
    A B1 C1 D1
    A B2 C2 D2
    A C3 D3
    A C4
    B

    Personally, I would prefer to view the data by using a 'join the union', in order to avoid the impression that the different detail records are related somehow.

    select ta.a, b, c, d
    from tb full join tc on 1=0
    full join td on 1=0
    right join ta on ta.a in (tb.a, tc.a, td.a);
    
    A B C D
    A B1
    A B2
    A C1
    A C2
    A C3
    A C4
    A D1
    A D2
    A D3
    B

Maybe you are looking for

  • empty windows after update

    HelloAfter the thunderbird to 31 in victory 8.1 update, all parts of the windows are empty, 2 are gray and white, 1my email has arrived yet, I can see alert on bottom right, I can still create mail, but can not see anything. I tried to create profile

  • Omar

    Hi I buyed a phone 5s ill i was blocked I cloud? Comon unblocked

  • G56 graphics driver

    Hello I managed to install a dual boot XP/7 on my laptop G56 106SA by slipstreaming SATA drivers, but I still have a problem with the graphics drivers.  I have an ATi Radeon HD 4250 and HP or AMD provide a XP driver. I'm stuck someone can help?

  • Windows cannot find gpedit.msc?

    HI Savan N,. Happy New Year to you, I wanted to know why I can not ge in "Computer Configuration", when you type "gpedit.msc"He gave you an error message "Windows cannot find gpedit.msc" Another thing when I used "regedit" and navigate from HKEY_LOCA

  • Windows 7 - Battlefield 3

    Original title: pls help Hi I am trying to run battlefield 3 on my computer and I have directx 11 but it says that I need directx 10.0 and 10.1