classification of the lines show difference when db migration of 9.2.0.8.0 - 32bits(windows 3) to 10.2.0.5.0 - 64 bit (windows 8)?

Dear,

After migration (via import/export), we faced of lines are set-match in these two databases.

the following query the same that I am running on these two databases. but different outputs. output are below.

[CODE]

SELECT ROWNUM AS RowNo, TBL1.*

(SELECT COUNT (PG_ID) AS TotalCount,

AS PageDescription PG_DESC,

CURR_EPR_QUEUE AS CurrentQueue,

PG_NME AS PageName,

QUEUE_TYP_CDE AS QueueTypeCode,

PG_ID AS PageID

OF SASV_TB_CNT_APPL_JUDG_2 - this is a view

WHERE (CURR_EPR_QUEUE = 'test' AND QUEUE_TYP_CDE = '01')

OR (JUD_RACIF_ID = 'test'

AND CMPLTD_IND = '0'

AND DSPLY_IND = '1')

AND TOTAL_CNT > 0

PG_ID GROUP,

PG_NME,

PG_DESC,

CURR_EPR_QUEUE,

QUEUE_TYP_CDE

) TBL1

[/ CODE]

output of

Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production

AMT for 32-bit Windows: Version 9.2.0.8.0 - Production

17Other Documents (Hearing)askinjHG01_Other_Documents1TB02 HG01
23Price pendingaskinjHG01_Pending_Order1HG01-TB05
319Motion (ADR)askinjMD01_Motion1MD01-TB01
45Other Documents (ADR)askinjMD02_Other_Documents1MD01-TB02
51Scheduling (ADR)askinjMD01_Scheduling1MD01-TB03
68MediationsaskinjMD01_Mediations1MD01-TB04

out of -

Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi

AMT for 64-bit Windows: Version 10.2.0.5.0 - Production

13Price pendingaskinjHG01_Pending_Order1HG01-TB05
27Other Documents (Hearing)askinjHG01_Other_Documents1TB02 HG01
38MediationsaskinjMD01_Mediations1MD01-TB04
45Other Documents (ADR)askinjMD02_Other_Documents1MD01-TB02
51Scheduling (ADR)askinjMD01_Scheduling1MD01-TB03
619Motion (ADR)askinjMD01_Motion1MD01-TB01

the application of views is less than

SASV_TB_CNT_APPL_JUDG_2


[code]

(SELECT spm. PG_ID,

SPM. PG_NME,

SPM. PG_DESC,

DECODE (TAJD. ABS_IND, 1, GUEST_JUD_ID, JUDG_ID) CURR_EPR_QUEUE,.

QUEUE_TYP_CDE,

1 "TOTAL_CNT"

DECODE (TAJD. ABS_IND, 1, GUEST_JUD_ID, JUDG_ID) JUD_RACIF_ID,.

CMLTD_IND CMPLTD_IND,

DSPLY_IND NULL

SPM SA_PG_MSTR, TMST_APPEAL_JUDGE_DETAIL TAJD, SA_WRK_ITM SWI

WHERE SWI. WRK_ITM_ID = TAJD. WRK_ITM_ID

AND swi.tb_pg_id = spm.pg_id

AND SWI. CURR_EPR_QUEUE = "AppellateCommonJudgeUser".

AND CMLTD_IND = '0'

AND tajd. LEAD_JUD_IND! = '3'

UNION ALL

SELECT spm. PG_ID,

SPM. PG_NME,

SPM. PG_DESC,

CURR_EPR_QUEUE,

QUEUE_TYP_CDE,

1 "TOTAL_CNT"

CURR_EPR_QUEUE judg_racif_id,

CMPLTD_IND '0'.

DSPLY_IND NULL

OF SA_PG_MSTR spm, SA_WRK_ITM SWI

WHERE SCCS_IND = '1' AND SWI. ACTIVE = '1' AND spm.pg_id = swi.tb_pg_id

UNION ALL

SELECT spm. PG_ID,

SPM. PG_NME,

SPM. PG_DESC,

CURR_EPR_QUEUE,

QUEUE_TYP_CDE,

1 "TOTAL_CNT"

JUD_RACIF_ID,

CMPLTD_IND,

DSPLY_IND

OF ST_WRK_ITM_JUD_DTL SWIJD, SA_WRK_ITM SWI, SA_PG_MSTR spm

WHERE SWI. WRK_ITM_ID = SWIJD. WRK_ITM_ID

AND swi.tb_pg_id = spm.pg_id

AND swi.queue_typ_cde IN ('01 ', ' 05')

AND swi.dup_ind <>, 1);


[code]


9i settings are below


[code]

aq_tm_processes 1

background_dump_dest D:\oracle\admin\TEST\bdump

compatible 9.2.0.0.0

Similar CURSOR_SHARING

DB_BLOCK_SIZE 8192

db_cache_size 947912704

db_domain

db_file_multiblock_read_count 16

DB_KEEP_CACHE_SIZE 167772160

db_name TEST

fast_start_mttr_target 300

hash_area_size 1073741824

hash_join_enabled TRUE

instance_name TEST

JAVA_POOL_SIZE 67108864

JOB_QUEUE_PROCESSES 10

LARGE_POOL_SIZE 109051904

LOCAL_LISTENER (ADDRESS = (PROTOCOL = TCP)(HOST=192.168.2.51) (PORT = 1521))

log_archive_format %t_%s.dbf

log_archive_start TRUE

log_buffer 26214400

open_cursors 700

optimizer_index_caching 80

OPTIMIZER_INDEX_COST_ADJ 20

FIRST_ROWS optimizer_mode

pga_aggregate_target 1468006400

process of 800

TRUE query_rewrite_enabled

Remote_login_passwordfile EXCLUSIVE

session_cached_cursors 400

SGA_MAX_SIZE 2149134244

shared_pool_size 788529152

sort_area_size 1073741824

star_transformation_enabled FALSE

TIMED_STATISTICS TRUE

UNDO_MANAGEMENT AUTO

UNDO_RETENTION 10800

undo_tablespace UNDOTBS1

UTL_FILE_DIR H:\ICMS_TO_GO

workarea_size_policy AUTO


[code]



10 parameters are below


[code]

aq_tm_processes 1

compatible 10.2.0.5.0

DB_BLOCK_SIZE 8192

db_domain

db_file_multiblock_read_count 16

db_name TEST

db_recovery_file_dest C:\oracle/flash_recovery_area

db_recovery_file_dest_size 171798691840

dispatchers (PROTOCOL = TCP) (SERVICE = TESTXDB)

JOB_QUEUE_PROCESSES 10

log_archive_format ARC%S_%R.%T

open_cursors 800

Open_links 10

open_links_per_instance 10

pga_aggregate_target 3984588800

process of 1200

OFF Recyclebin

Remote_login_passwordfile EXCLUSIVE

session_cached_cursors 400

1325 sessions

SGA_MAX_SIZE 10485760000

SGA_TARGET 10485760000

UNDO_MANAGEMENT AUTO

undo_tablespace UNDOTBS1

UTL_FILE_DIR H:\ICMS_TO_GO

optimizer_dynamic_sampling 2

optimizer_features_enable 10.2.0.5

optimizer_index_caching 80

OPTIMIZER_INDEX_COST_ADJ 20

FIRST_ROWS optimizer_mode

optimizer_secure_view_merging FALSE

plsql_optimize_level 2

[code]


where can we watch in for that matter? in fact we need the lines will be the same ranking as in 9i.

We are facing this problem in many applications, it is an example.



Concerning

Halim




Halim

Your choices are limited-

1. modify the code to include ORDER BY (is that an application packaged or home grown? If the first case, have you contacted the seller?)

2 stay on 9.2.0.8 and do not update to 10 g +.

Srini

Tags: Database

Similar Questions

  • The battery shows empty when battery full icon

    Original title: laptop battery

    Hi I have installed a new laptop battery folling the calibration it according to the instructions. the battery shows empty when battery full icon

    someone help please John

    This means that the charging system in your laptop is broken and needs repair or replacement.  Since you have replaced the battery, you know that is not the problem.

  • can someone tell me why I can't update to El Capitan 10.11.2? the line "Show details" gets up and I click on it to make the update. When I do this, it just goes back to doing nothing, so I can never get past this point.

    can someone tell me why I can't update to El Capitan 10.11.2?

    When I try to update "updates available have changed" guest shows up.i click "Show details" prompt to complete the update and when I do that, it just goes back to doing nothing, so I can never get past this point. can someone help me with this, please?

    Thank you very much.

    In some cases, this error message is caused by a problem in the network. Restart your router as your device at wide band, if they are separated. If there is no change, see below.

    This procedure will remove some temporary and cache files. The files are generated automatically and do not contain any of your data. Sometimes they can become corrupted and cause problems like yours.

    Please, back up all data and read this message before doing anything.

    Triple-click anywhere in the line below on this page to select this option:

    /var/folders/zz/zyxvpxvq6csfxvn_n00000s0000068

    Right-click or Ctrl-click on the highlighted line and select

    Services ▹ reveal in Finder (or just to reveal)

    the contextual menu.* file should open with a selected subfolder. The subfolder has a long name beginning with "zyx" and ending with "68". Place this subfolder in the trash. Do not move other subfolders with similar names. You may be prompted for administrator login password. Restart the computer and empty the trash.

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

  • I use the bookmarks on the right showing that when you click on 'Favorites', but today the old bookmarks still to this day on the left appeared also. How can I get rid of him?

    I tried to do a right click on bookmarks, list on the left, but no menu appears. I do not need or want of two lists of favorites, and I prefer to use one on the right that shows only when I click it. The news is empty (no registered bookmarks), but this empty column takes place, I don't want not wasted!

    {Ctrl + B} opens and closes the bookmarks bar.

  • How to make the lines selectable listfield, when the list has been added to a dialog box

    Hello

    I added a listfield to a dialog box. Now I want that when I click on a line any of this list field, I should get a menu (i.e. something should be available for me so that I can perform an action on the selected line). But when I click on the line, nothing happens.

    Help, please

    Create your own screen, its less than the actual display dimensions to make it look like a pop-up screen. When a line is selected/clicked, call makeMenu.

  • How can I change the width of the line that appears when using the distance tool in the toolbar meaasuring

    When I want to measure the distance of a line of architectural drawing and I scroll to the bottom of the toolbar to measure and then I select distance when I measure the distance line is about 24 points. How can I make thinner?

    You should be able to view the properties bar (cmd + E), select the annotation of measure and change the line with setting. If you click on the button 'More', you will be able to select the checkbox 'Use default properties' so any new measure you will have these new settings.

  • Glitch in the line of brush when it is drawn small?

    someone at - it never gets a glitch in the line of brush after you draw and join the ends?

    Like this

    artifact_on_tracing.png

    drawing the line of brush around the face of the Moon, you can see a straight line on the far right, it's to a small size, the above measures are in millimeters.

    It seems to only happen when I draw shapes in small sizes...

    See here: http://forums.adobe.com/message/2621733

  • The videos are blurred when recording a DVD or a hard drive, but in Windows Movie Maker

    I converted videos from my Flip HD MP4 to MP3 Mini to allow me to use them in Windows Movie Maker.  When I play my movie in WMM, everything is great!  When I burn on a DVD or save it in another way outside WMM images and music are perfect, but the videos are grainy and blurred to the point where you don't see any!  When I converted them, I used an AVI format as it was the only one who has produced clear videos for download.

    I converted videos from my Flip HD MP4 to MP3 Mini to allow me to use them in Windows Movie Maker.  When I play my movie in WMM, everything is great!  When I burn on a DVD or save it in another way outside WMM images and music are perfect, but the videos are grainy and blurred to the point where you don't see any!  When I converted them, I used an AVI format as it was the only one who has produced clear videos for download.

    =================================
    The following links may be worth a visit:

    Movie Maker and Flip digital camcorders
    http://www.Papajohn.org/mm2-CamcordersFlip.html
     
    Since a Windows Movie Maker Flip video camera

    Might be worth trying to convert your MP4 files to the
    Before you import into Movie Maker WMV format.

    The following freeware can convert:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory
    http://www.pcfreetime.com/
    (FWIW... installation..., you can uncheck
    ('all' boxes on the last screen)

    First... after the download and installation of Format
    Factory... you can open the program and
    left click on the toolbar, the "Option" button and
    "Select an output folder to" / apply / OK.
    (this is where you find your files after they)
    are converted)

    Drag and drop your video clips on the main screen...

    Select "all to WMV" / OK...

    Click on... Beginning... in the toolbar...

    That should do it...

    If the resolution of your finished video file is always
    unsatisfactory... you can watch in the use
    Custom settings.

    Windows Vista
    Create custom movie settings
    for Windows Movie Maker
    http://Windows.Microsoft.com/en-us/Windows-Vista/create-custom-movie-settings-for-Windows-Movie-Maker

    There are some profiles which can be copied from
    the following site that will work in Vista Movie Maker:

    Personally, I use the profile .wmv
    When recording movies.
    Slide show-1024x768WMV9

    Download from the following site...

    Movie Maker 2 - economy
    Movies - profiles custom WMV
    http://www.Papajohn.org/mm2-SavingMovies-CustomProfiles.html

    Right click / Save as... drop in the following folder:
    Folder of C:\Program Maker\Shared\Profiles Movie
    (if there is no record of profiles... you will have to create it)

    Choose "Show-1024x768WMV9" when you publish (save)...

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Vertical lines shows that when using document feeder / have given help and discussions, no luck

    I have two printer hp models 1536.   Two of them have a vertical line when using the loader to scan or copy documents.

    When you place the point on the glass, scanning or copying is clear.

    Reading the discussions... tried to plug directly into the wall, cleaned feeder and glass, etc.

    I still have this problem

    Any ideas?

    Driver or firmware problem?

    The question is probably not a driver or firmware issue - it is probably a task on the thin glass used for playback through the ADF.  Try to clean the glass broadband of 1 "to the left of the main scanner glass. A tiny spec can cause the problem you are experiencing.  It can help to hold a flashlight almost parallel to the scanner glass to highlight all the stains on the glass.

  • Need to separate the line using regexp_replace, when there is no string "&lt; BR &gt;".

    Hello

    This is the first time I post on this forum.  Currently I have some data in a column, for example:

    AMF PICK STITCHING 1/16 < BR > NO CUSTOM IMITATION BTNHOLE < BR > < BR > TAG

    What I want to do is to divide it when it hits < BR > he actually makes a new line and removes the < BR >, so it should eventually appear as follows:

    AMF PICK STITCH 1/16

    NO IMITATION BTNHOLE

    CUSTOM LABEL


    I have the following, but it does not work:


    with the trial as

    (select 'AMF PICK STITCH 1/16 < BR > No. IMITATION BTNHOLE < BR > LABEL PERSONALIZED < BR > ' double str)

    )

    Select regexp_substr (str, ' [^ < BR >] +', 1, rownum) alteration

    of the test

    connect by level < = length (regexp_replace (str, ' [^ < BR >] + "")) + 1

    I am currently on Oracle 11 g and PL/SQL developer coding.

    It is not quite clear what you want.

    Either you want 3 lines or a line with 3 breaks.

    [^
    ] May not be what you want it to be.

    It defines a list of characters is not a match.

    Thus, each <,>, B, R, would be a step match independently as part of the
    .

    What you might try is:

    Select regexp_substr (str '(.*?)
    1, level, null, 1) alteration

    of the test

    connect by level<= regexp_count="" (str,="">
    ')

    If you want 3 ranks as the result.

  • I get the error code 1002 when creative cloud try to update. I use my windows desktop 8.

    I tried to google an answer, but I found nothing. I need programs for my graphic design studies. I paid for the creative cloud but insofar as the program is a mistake after another. Can someone help me with error 1002? He's trying to install an update, but after I press install now I get error to you.

    Had the same issue moments.

    Found an answer here:

    When I open the creative cloud he says that I have neglected to update the the creative cloud in the office. and the error number 1002. What can I do?

    I uninstalled and reinstalled creative cloud by following these instructions, and it works again.

  • Ideas: I get the 0x80073AFC error code when I try to use the system restore then, how can I find and replace this file missing MUI?

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: I get the 0x80073AFC error code when I try to use the system restore then, how can I find and replace this file missing MUI?

    • I am running Windows 7 for packs SP 1 or SP 2 does NOT solve my problem since neither one works with Windows 7.  Is there a way to search for this MUI (Multiple User Interface) missing file? The every thing must have himself installed in the first place. I took my mom (she died in June) and my brother on this PC as users so even if they do not use this PC supports multiple users. Maybe if I deleted as a reboot and additional users it will solve my problems. My updates install OK but I can't run at all system restore. It creates a restoration point OK but when I try to sr back to a restore point before I get the error 0x80073AFC topic of the missing MUI file. Then, when I spear SR it is said that he could not and no files have been changed because of the error 0x8000FFFF error, unspecified catastrophic failure and could not retrieve the file several times when system restore is attempted.

      I'm running Windows 7 on a HP Pavilion with browser Firefox 3.6.8 browser Opera 10.60, IE8 and Google Chrome 5.0.375.125 browser browser.

      Can you tell me what I try next? Thnks a lot and sayonara for now the guy-Jack McElwee / keimanzero the Scion of the Anime in Brookhaven PA - USA

      OK I tried everything and nothing works! Only added beginners are updated browser Opera 10.63; IE9 (Beta); Firefox 3.6.12 and Google Chrome 7.0.517.41 and Java 22. Of course like everyone else in the world, I had to uninstall/enable and disable/download again and reinstall new Adobe Flash 10 and 11 of the shock wave and they keep crashing too! Hello 4 keep screwing browsers and now I get connection network problems. I run Comcast doctor and did everything it said to do, but nothing works. Oh and I added 7-Zip and WinZip also. Likewise, they will not work! Help! Thanks - K & K

    keimanzero,

    Comcast of Norton Security Suite version is installed? If Yes, who and perhaps malware is most likely to cause questions you have published, in particular the failure of the restoration of the system.
    First, configure the system to boot - How to solve a problem by performing a boot in Windows Vista or in Windows 7
    NOTE: Start-up mode minimum state all the 3rd party firewalls will be disabled. Open Control Panel > Windows Firewall to make sure that the native firewall of Windows 7 is now on.

    Download and Save the update system (or CheckSUR) tool. You will need to download the specific Version of CheckSUR corresponding to the architecture of the system to Windows 7. If you do not know the architecture of the system, and then click the link that says "Click here to show or hide the instructions step by step with images" under method 2: download the update directly system preparation tool from Microsoft Download Center .
    Description of the preparation tool system update for Windows Vista for Windows Server 2008, for Windows 7 and for Windows Server 2008 R2

    Once the download is complete, close all open programs and browsers. Now, run CheckSUR with the system connected to the internet because it will download the .cab for system files. Reboot once CheckSUR is complete.

    Secondly, I suggest that you run the File Checker system while in the same clean boot state.
    To run the System File Checker tool, follow these steps:

    1. Click Start and type cmd in the field search programs and files .
    2. Right click on cmd.exe in the programs of list, and then choose 'run as administrator '.
      If you are prompted for an administrator password or a confirmation, type your password or click on continue.
    3. At the command prompt, enter the following line exactly as written including the space between thec and the/and then press ENTER:
      sfc/scannow

    When the analysis is complete, test to see if the problems facing the system have been resolved.

    If they are not, you will need to contact Norton support for the version of Norton Internet Security Comcast to get help, or just uninstall NIS, run the Norton removal tool (right click Norton_Removal_Tool.exe, choose "Run as Administrator"), reboot and then check to see if the problems are still occurring.

    Expert MowGreen Windows IT Pro - consumer safety

  • Removal of the thumbnails selected without deleting the images in the slide show

    I thank in advance for your answers. I would like to create a slide show in the muse of adobe, but only show selected thumbnails to direct me to some images in the slide show. When I have a thumbnail then my slideshow extension deletes as well. I don't want that to happen. I have all the images in my wallet on a slide show, but I don't want the pictures for each image, just the first frame of each project. Is this possible in Muse? Thank you!

    Hello

    I have a workaround for the same thing.

    1. Please select the thumbnail you want to be invisible.

    2. double click on the tile so that the "thumbnail" is selected.

    3 drag and drop the image outside the slide show.

    4. place an invisible rectangle on the miniature container (this will eliminate the existence of the hyperlink so)

    Now try to get a preview of the page. Image will show in the slideshow, but thumbnail will not exist.

    You can also visit the pages idea to place a feature request to provide an option to make miniature hidden.

    Ideas for features in Adobe Muse

    Concerning

    Vivek

  • Show some pictures in the slide show by clicking a button?

    I have a slideshow on my site that contains 4 photos. Under that I have pictures of 4 cans of energy drink to show what I'm selling. I need the slide show to replace a photo of some when I click on all cans. To eksampel: I click on the red box and a photo showing more info on shows of Red energy drink on the slideshow. Is it possible anyway?

    Hello

    Yes, you can create a slideshow and include vignettes, set autoplay so that when loading the page up it would be auto playing the slide show. When users click on mouse rollover to any specific thumbnail with drink can image slideshow displays this image.

    Watch this video for more details:

    https://www.YouTube.com/watch?v=-ZWIU_1fNOQ

    Thank you

    Sanjit

  • Do not select the line concerned

    Hello

    I have a problem a few weeks ago, I was using Jdeveloper 11.1.1.4.0 and our server has WLS 10.3.4 and there has not been a problem
    Now server have 10.3.6 and I use 11.1.1.6.0 and I have a problem with the line incorect.

    When I select a line and you want to browse this line always I got the first row data in the list, which can be a problem?


    ID

    Edited by: 1D10T 26 September 2012 02:43

    Edited by: 1D10T October 4, 2012 01:56

    Edited by: 1D10T October 4, 2012 01:57

    do you mean like this, so that am switch to this version, you stumbled upon problem. are the benefits?

Maybe you are looking for

  • Portege M100 - Toshiba utility to install hangs

    I have a Portege M100 (prob M100-112), who has been 'hacked' all by its former owner, and I'm trying to re - install all the tools and drivers. In particular, I would like to upgrade the BIOS to v1.50 (1.30). The tool to upgrade the BIOS (windows) co

  • Why should I Windows 8 for the 30 minute increments in the parental control?

    As a developer of software using languages and platforms of Microsoft, I understand how planning works in an application. Why should I upgrade to Windows 8 to get the opportunity to restrict access timed to a PC safe family 30 minutes increments? Thi

  • Vista hangs after login, error event ID _

    Hello, I had a lot of trouble with the Vista machine for a few days. System boots, I have connection, I see the office, then after a three or four minutes, freeze current applications, then I can't do anything. Freezes even if I do not open all the a

  • Windows Store App for Windows 8 says now that he can not be installed

    Hello I just do a restore to factory on my computer Windows 8 and now I'm reinstalling all the applications that I used for the Windows store. I liked and had no problem with The Weather Channel, but when I went to install from the Windows store, it

  • How to select priority records

    Hi gurus, Here's the scenario of my problem. Records can be present/absent both in the table as follows. ELEMENT ID            ELEMENT DETAILS                    SOURCE  167               Some Details from S1-1          S1 167               Some Deta