Using DB_NK_CACHE_SIZE BUFFER

Please,
Below are steps I did in order to move the all_customer_photo table into the photos tablespace.the photos tablespace was created with a 16K block size
1. ALTER SYSTEM SET DB_16K_CACHE_SIZE=100MB SCOPE=SPFILE;
2. CREATE TABLESPACE PHOTOS DATAFILE 'C:\oracle\product\10.2.0\oradata\PHOTOS.dbf' SIZE 10M
BLOCKSIZE 16K;
3. alter table all_custom_photo move tablespace photos;
4. drop index ix_all_customer_photo
5. create index ix_all_customer_photo on all_customer_photo(all_customer_id) tablespace photos compute statistics;
Verifications I did afterwards
1.
SQL> select tablespace_name,block_size from dba_tablespaces where tablespace_name='PHOTOS';
TABLESPACE_NAME BLOCK_SIZE
PHOTOS 16384
2.
INDEX_NAME TABLESPACE_NAME
IX_ALL_CUSTOM_PHOTO PHOTOS
My question:
There is a command that I can verify if the table all_custom_photo will be really cached in the DB_16K_CACHE_SIZE?or I can only rely on verifications done above?
Thanks

I did no specified 16k for the index cause I dont have yet any buffer of 16k, all my tablespace are 4k...
IMP-00017: following statement failed with ORACLE error 1450:
"CREATE INDEX "PARAMETROS_GLOBAIS2" ON "PARAMETROS_GLOBAIS" ("DESCRICAO" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 327680 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "INDX" LOGGING"
IMP-00003: ORACLE error 1450 encountered
ORA-01450: maximum key length (3118) exceeded
any suggestion for this error or the best way would be creating the 16k tablespace ?
Now I reduced the large pool from 144 to 16M and did the alter system in just the spfile
SQL> ALTER SYSTEM SET LARGE_POOL_SIZE=16M SCOPE=SPFILE;
SQL> ALTER SYSTEM SET db_16k_cache_size=64M SCOPE=SPFILE;
System altered.
Do you think its gonna work well after the re-start ?

Similar Messages

  • Export memory using shared buffer

    Hi
    Lets say a user opens the PO screen ME22N in 2 separate windows accessing 2 separate PO numbers. If  i use the export memory using shared buffer , how can i ensure that the data will not get mixed up ?
    Any ideas?

    YOu would have to get the session id to distinguish between the two.  You can then use this id as part of your key to pass to the export statement.
    Check this thread.
    Quickest way to retrieve modeinfo[n],context_id_uuid from an ABAP pgm
    Regards,
    RIch Heilman

  • [jdk1.4] What's the pro of using a Buffer against an array?

    Hi all,
    I was studying the new java.nio classes and I have a question:
    what's the main advantage to use a Buffer (let's say an IntBuffer)
    against an array of int ?
    As IntBuffer need to be allocated with the number of elements....
    IntBuffer ib = IntBuffer.allocate(2);
    why not simply using a fast array of int [] rather ?
    Under which circumstances can be useful an IntBuffer?
    thanks
    Francesco

    The latest JDC Tech Tip discusses this briefly. I think the real benefit lies in the fact that the stream can read directly into the buffer so there is no need to read to a buffer, then copy to the array.
    Check out the June 4th Tech Tip. Hope this helps.
    http://developer.java.sun.com/developer/JDCTechTips/

  • How to use a Buffer on a flv movie inserted in flash

    I've inserted a flv movie in my swf and, because it has 7.5Mb
    I want to use a buffer when it is played.

    Click on the FLPlayback component and open open the Component
    Inspector window. There will be an entry for Buffer, change it from
    .01 (or blank) to something between 15 to 45 (seconds).

  • Bus-Master DMA using Common Buffer for Win XP driver

    Explain the basic steps required for Bus-Master DMA using Common Buffer for Win XP driver.Explain the device description struture "MaximumLength" field usage also.Explain the usage of addresses returned by
    AllocateCommonBuffer. Provide sample code if any.

    amar wrote:
    > Explain the basic steps required for Bus-Master DMA using Common
    > Buffer for Win XP driver.Explain the device description struture
    > "MaximumLength" field usage also.Explain the usage of addresses
    > returned by
    > AllocateCommonBuffer. Provide sample code if any.
    Sounds like a task assignment in high school to me.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Import statement using DATA BUFFER

    Hi All,
    I am using RFC enabled FM using STARTING NEW TASK, We cannot import data from FM back to the program when we use this statement. So I am exporting data into DATA BUFFER in the FM and trying to import data in the main program. Can you please tell me how can I import data from SHARED MEMORY, Below is my code.
    call function 'YPMLR_SITEBAL_DETAILS'
        starting new task 'ID'
        exporting
          s_cyl       = s_cyl-low
          s_lifnr     = s_lifnr-low
          s_lstyp     = s_lstyp-low
        tables
          s_zlocn     = lt_zlocn
          gt_zmlr_mld = gt_zmlr_mld
          gt_zmlr_lp  = gt_zmlr_lp
          gt_zmlr_mlp = gt_zmlr_mlp
          gt_zmc_loc  = gt_zmc_loc.
    "IMPORT e_rand_no TO e_rand_no from MEMORY ID 'RAND'.
    Here is the export statement used in FM,
    EXPORT e_rand_no FROM e_rand_no  TO DATA BUFFER XSTR.

    Hi,
    Check this link for Export to database instead of memory..
    http://help.sap.com/abapdocu/en/ABAPEXPORT_DATA_CLUSTER_MEDIUM.htm
    Import from database instead of memory
    http://help.sap.com/abapdocu/en/ABAPIMPORT_MEDIUM.htm

  • How to use a buffer as a DataSource in JMF

    I have an encrypted media file and I want to decrypt it on the fly and play it using JMF. I do not want a new decrypted file to be created but read the file in a buffer, decrypt it and have JMF play it. Is that possible through JMF. Any ideas are acceptable. Thanks. Kostas.

    Thanks for your help. I have used a different approach now (after more google-ing). I Now decrypt the file to a Stream and use that to create a datasource.
    The code example of creating a datasource from a stream is here (thanks Chad)
    http://www.tek-tips.com/gviewthread.cfm/pid/785/qid/288487

  • Need to output 8 channels using double buffer

    Hi,
    I need to ouput 8 channels to the DAQ card.
    I am getting an array 8 bytes of data every 10 milliseconds.
    Each byte corresponds to a channel.
    I am using your WFMDoubleBuffer.c code.
    The changes I have made are :
    1. Changed the buffer from 32K to 16 bytes. I am assuming 8 bytes with double buffer = 16 bytes
    2. I'm not sure about updateRate, so I set it to 1.0
    Result : I get an error from WFM_Group_Control(). It says "The operation could not complete within the time limit", error = -10800
    I have attached the file for your reference.
    Please help me.
    Thanking you in anticipation
    Chandra
    Attachments:
    WFMdoubleBuf.C ‏8 KB

    Chandra,
    The timeout error here is slightly misleading. The reason this is happening is caused by a few things. By default, the card to setup to transfer data when the onboard FIFO is full, and so your half buffer must be the same size or large than your FIFO unless you have regeneration turned on. Regeneration will cause your buffer to be copied as many times as possible into the FIFO until it is full. Your 6713 has an AO FIFO size of 16,384. So your buffer size must be twice this, so that your half buffer is >= 16384. Where is your data coming from at these 10 ms intervals, from a program or another device? This could affect what method would be the best solution.
    If you want to keep working on this, let�s stick to one channel, I sent you an email, did you get
    it?
    Kevin R
    Applications Engineer
    National Instruments

  • Error using FML buffer

    Hi,
    I have written a conversational program using an FML32 buffer. I use this FML32 buffer to send and receive the data between the client and the server.
    The program is giving me an error
    LIBTUX_CAT:328: ERROR: No space in Bulletin Board for Server Table
    LIBTUX_CAT:248: ERROR: System init function failed, Uunixerr =
    Can anyone tell me the reason for the error and what should I do so that my program works fine.
    Thanks in advance!!!
    Krishna

    Krishna,
    Just check your UBBCONFIG file for MAXSERVERS and MAXACCESSORS parameters. Probably u have set lesser value for these parameters than actual server instances.
    Regds
    -Ashish

  • Restricting access by using custom buffer extension

    Hi,
    I have a problem and a possible solution. Before I start implementing it, I would like to ask for your opinion about this.
    The problem has to do with security. We have two kinds of services.
    1) Primary services: The client accesses these services directly. Tuxedo does the authentication and the service performs a custom autorisation.
    2) Secondary services: These services are accessed only by other services. Since other services are trusted, no autorisation is done. But one has to guarantee that no client accesses these services directly. This is where the problem is.
    We currently have a solution. We do a call to the .TMIB to find out whether the acessor is a service or a client. But this solution doesn't scale because the .TMIB-service is implemented by the BBL, which is a single process.
    Therefore I'm thinking about another solution. Clients use the WSL to access Tuxedo. Local clients can be regarded as trusted in our environment. We use only XOCTET-buffers as buffer-type. It is possible to implement custom-buffers and link the buffer-type-definitions to a custom WSH (see buildwsh).
    I'm thinking on extending the definitions of the XOCTET buffer type and implement a custom routing-function. When the routing-type of a service is "secondary-service", then the routing fails. This extension will be linked only to the WSH, so the WSH denies routing to secondary-services but the rest of the system allows them.
    Do you think this would work? Do you see problems? Is there a better/simpler solution?
    Regards
    Erhard

    Hi Erhard,
    I would suggest you another way. Ok, the question here is how to know the client is a local client or workstation client. You can take advantage of the data structure in tpsvcinfo.
    The "cltid" structure of tpsvcinfo contains some client related information, though it is unofficial published. You can use clientdata[2] to get the client's slot number in Tuxedo bulletin board. Tuxedo has a logic to generate the slot number. For example, your MAXACCESSER is 200 and MAXWSCLTS is 10, the tuxedo will allocate workstation client from 190 (200 - 10). The local client and server will use from 0. So you can write your code like,
    TOUPPER(TPSVCINFO *rqst)
         if ( rqst->cltid.clientdata[2] >= 190) {
    userlog(" it is a workstation client");
    tpreturn(TPFAIL);
    The limitations are 1) if MAXACCESSERS and MAXWSCLTS changed, you have to tune the judge condition 2) it is un-offiicial interface, it is subject to Oracle to change. I think if your UBBCONFIG is stable you may take a try. The advantage is obvious, simple and no performance impact. You may try this first in a test environment.
    Wayne

  • Time execution using bypassing buffer

    Hi!
    I´m testing a performance of program. When i logon in system, I enter in SE30 and execute my program. In one select return to me 47.669.083 milisec. This select has BYPASSING BUFFER clause.
    When i execute this program again in SE30, this return to me 5.452.061 milisec. in same select.
    Why this happen? BYPASSING BUFFER doesn´t work?

    As mentioned by Thomas, the BYPASSING BUFFER addition avoids the usage of the SAP application server buffer always reading from the database.
    The database itself has its own buffer (data cache) which is used to operate on data blocks. During the processing of a SELECT statement all involved data blocks are read from disk and placed into the buffer if they are not already there. Other statements will displace blocks from cache following simplier or more complex LRU-algorythms. If you execute your statement for the second time with a small delay, there is a high chance that many blocks are still in DB cache and do not have to be read from disk. That's why your second execution is much faster.
    But if you wait for minutes/hours before executing the statement again, the corresponding blocks will be displaced from the cache and the next execution will be long again (due to the disk accesses).

  • Conky won't use double buffer anymore?

    i posted the other day having issues setting up dual monitors, not that i got any help, but figured i'd mention. anyway, since i've had the dual monitors setup, conky won't run using double buffering for some reason. its in my conky config, and DBE is being loaded in my xorg.conf. so its bugging me now. wondering is anyone has a clue here. my system is fully up to date as of right now, and running an nvidia card, so nvidia driver on a 7900GS video card, might be an 8800, i forget which card is in which box at the moment
    here's my conky config
    alignment top_right
    background yes
    border_width 1
    cpu_avg_samples 2
    default_color white
    default_outline_color black
    default_shade_color black
    draw_borders no
    draw_graph_borders yes
    #draw_outline yes
    draw_shades yes
    use_xft yes
    xftfont DejaVu Sans Mono:size=10
    gap_x 5
    gap_y 5
    minimum_size 5 5
    net_avg_samples 2
    #no_buffers yes
    double_buffer yes
    out_to_console no
    out_to_stderr no
    own_window yes
    own_window_transparent yes
    own_window_class Conky
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_page
    stippled_borders 0
    update_interval 1.0
    uppercase no
    use_spacer none
    show_graph_scale no
    show_graph_range no
    TEXT
    $nodename - $sysname $kernel on $machine
    Uptime:$color $uptime
    $hr
    CPU > ${freq}MHz ${hr 1}$color
    CPU Usage:$color $cpu% ${cpubar 4}
    ${cpugraph 15,280 ffffff 00A2FF}
    MEMORY $memmax ${hr 1}
    RAM : $mem / $memperc%${alignr}${membar 6,120}
    I/O : ${diskio}${alignr}${diskiograph 6,120}
    DISK > /dev/ ${hr 1}$color
    Root ( sda3 ): ${fs_free /} ${fs_bar 6 /}
    Home ( sda4 ): ${fs_free /home} ${fs_bar 6 /home}
    Movies ( sdb1 ): ${fs_free /home/movies} ${fs_bar 6 /home/movies}
    Windows ( sdc1 ): ${fs_free /mnt/sdc1} ${fs_bar 6 /mnt/sdc1}
    NETWORK > ${addr eth0} ${hr 1}$color
    ${downspeedgraph eth0 15,135 ffffff 00A2FF} ${upspeedgraph eth0 15,135 ffffff 00A2FF}
    Down / Up Speed: ${downspeed eth0} k/s / ${upspeed eth0} k/s
    Down / Up Bytes: ${totaldown eth0} / ${totalup eth0}
    Inbound / Outbound / Total: ${tcp_portmon 1 32767 count} / ${tcp_portmon 32768 61000 count} / ${tcp_portmon 1 65535 count}
    PROCESSES > ${processes} / ${running_processes} ${hr 1}$color
    NAME PID CPU% MEM%
    ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
    ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
    ${exec feh --bg-scale "`grep 'wallpaper=' ~/.kde4/share/config/plasma-appletsrc | tail --lines=1 | sed 's/wallpaper=//'`"}
    here's my xorg.conf as well if it helps. if there is anything someone can suggest adding or removing from it, especially to tweak video performance, i'm wide open for suggestions while im here
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" LeftOf "Screen1"
    Screen 1 "Screen1" 1600 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "Xinerama" "1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-0"
    HorizSync 30.0 - 121.0
    VertRefresh 48.0 - 160.0
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "SUN GDM-5410"
    HorizSync 30.0 - 121.0
    VertRefresh 48.0 - 160.0
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 7900 GS"
    BusID "PCI:2:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 7900 GS"
    BusID "PCI:2:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "CRT-0: 1600x1200_75 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "TwinView" "0"
    Option "metamodes" "CRT-1: 1600x1200 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    Hi @Arboria9 ,
    I see that you are experiencing issues printing two-sided from Yosemite. I would like to help you resolve this issue.
    You have pretty much have done all the steps that I would have provided.
    Are you still able to print two-sided from the Windows computer?
    Are you missing the option to select two-sided printing in the print driver?
    Check the driver name that is installed for the printer. Make sure it shows just the printer's name.
    Click the Apple menu and then click System Preferences. Click Printers & Scanners, highlight the printer name on the left side and on the right side of the screen it should show the printer's name. (Officejet 6500)
    If the full printer name isn't listed correctly, delete it and add the printer name back in from the list. Click the - sign to delete the driver and then click the + sign to add the driver, might have to click the drop down to select the printer's name to add it in.
    How was the printer name listed?
    If you need further assistance, just let me know.
    Have a great day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Ask a question about using of buffer

    I have read an element  for a  queue buffer, for   there are 10  element  in the queue,How can I get any element  in the queue.
    Attachments:
    Untitled 1.vi ‏14 KB

    There is a flush Queue function that will return all of the elements as an array. Then you can index this array. You can also take this array and put it back into the queue if you need to keep them. Queues aren't really made to pull items out of the middle.

  • I want to write onto port 3 based(using a buffer) on a pattern match trigger from port 2. How can I code this?

    I have to check for a pattern match from port 2 and based on this trigger I have to write onto port 3(buffered) as fast as possible. So there needs to be a buffered O/P from port 3. How to code such that the pattern match trigger from port 2 triggers the trigger config.vi for port 3?

    Bheem,
    Unfortunately, you can not share the start trigger with another operation when using the pattern match operation as a trigger. The only way to share a start trigger is if you are triggering on the rising or falling edge of a digital signal. This is a limitation of using the pattern match operation as a start trigger.
    Regards,
    Todd D.
    NI Applications Engineer

  • Using UserControl to show bitmap flicker, I have used double buffer

    Hi!
    I have created a coustom control derived from a UserControl using C#, and I created a bitmap to draw every component, and then draw this bitmap to the screen. But, when I pan this picture, it refresh from top to bottom in the control, and cause a flicker,
    you can see many horizontal lines flicker in it.
    So, what can I do to fix this problem?
    Thank you very much!

    some dode like this:
            protected override void OnPaint(PaintEventArgs e)
                CreateImage();
                if (imgImageForDraw != null)
                    e.Graphics.DrawImage(imgImageForDraw, 0, 0, this.Width, this.Height);
               imgImageForDraw.Dispose();
            private void CreateImage()
                Graphics g;
                Pen p;
                //-------------------------------------------no image---------------------------------------
                #region no image
                if (imgImageToShow == null)//no image
                    imgImageForDraw = new Bitmap(this.Width, this.Height);
                    g = Graphics.FromImage(imgImageForDraw);
                    g.Clear(Color.Black);
                    p.Dispose();
                #endregion
                //-------------------------------------------have image---------------------------------------
                #region have image
                else//have image
                    imgImageForDraw = new Bitmap(this.Width, this.Height);
                    g = Graphics.FromImage(imgImageForDraw);
                    if (bEnvironmentSetted)//simulate
                        log.info("Environment set", "SA" + nSAID.ToString() + ".SC" + nSCID.ToString() + ".CreateImage");
                        //-------------------------Pan Image------------------------------------------------
                        #region Pan Image
                        if (eMouseOperationStatus == MouseOperationStatus.PanImage)
                        {//simulate pan image
                            try
                                log.info("Pan Image", "SA" + nSAID.ToString() + ".SC" +
    nSCID.ToString() + ".CreateImage");
                                Rectangle ShowPosition = new Rectangle(narrGeneralVariable[0],
    narrGeneralVariable[1],
    narrGeneralVariable[2],
    narrGeneralVariable[3]);
                                Rectangle ShowPart = new Rectangle(narrGeneralVariable[4],
    narrGeneralVariable[5],
    narrGeneralVariable[6],
    narrGeneralVariable[7]);
                                g.Clear(Color.Black);
                                g.DrawImage(imgImageToShow, ShowPosition, ShowPart, GraphicsUnit.Pixel);
                            catch (System.Exception PanEX)
                                ExceptionLog.info(PanEX.Message, "An exception break in Pan of Paint");
                        }//simulate pan image
                        #endregion
                    }//simulate
                }//have image
                #endregion
                if (g != null) g.Dispose();
                log.info("End", "SA" + nSAID.ToString() + ".SC" + nSCID.ToString() + ".CreateImage");

Maybe you are looking for

  • Request for code on Tabstrip controls with subscreen in it.

    Hi experts, Can somebody please provide me the code for tabstrip controls with subscreens in it? Thanks,

  • Cutting for black and white photo.

    I am VERY new to this elements 6.0 . I am trying to convert color photo of a face but want to keep the eyes blue but can replace only one eye in the photo. Can anyone help me!!!!! Please!!!

  • Inserting any JComponent in a JEditorPane

    Hi, I'm having some trouble using JEditorPane and JTextPane. I would like to include some JComponent of my own into them. With JTextPane, no problem, let's create a style with StyleConstants.setComponent(myStyle, myComponent); then insert a space cha

  • No sound with Firefox. PC sound is OK. DVD's play sound fine. Firefox stopped.

    There is no sound with Firefox 5.0.1 or prior version (updated Firefox in attempt to fix). PC sound work fine. Play Solitaire, sound OK. Play DVD, sound is OK. Not in Firefox. Uninstalled and reinstalled Flash (twice) to no avail. Firefox says all pl

  • Queries about HFM

    Hi, this is arvind , I have some queries in HFM Q1. What is the difference between FM9i-G4-A.xml and FM2.9i-G4-B.xml adapters? Q2. Whether we have the same .dll file to register both the ICP and Normal adapters, If No, then where we could find the .d