Missing information in Actions file specification

I wrote some code that parses the Photoshop Actions palette file. I used the Photoshop CS2 File Formats Specification PDF (dated June 2005) to understand its format. However, the following OSType keys of the "Reference Structure" type are not documented:
'Idnt' (Identifier)
'indx' (Index)
'name' (Name)
They are mentioned in Table 3.4, page 62 of the PDF.
This seems to be a lack in the document since all the other many elements are explained in great detail. Can anybody provide details of these missing fields? What I need is information on their size (length in bytes) and/or the description of their physical structure in the Actions file. I searched this forum for more info to no avail.
Thanks in advance,
Ettore Pasquini

Name, Index, and Identifier (along with all other reference types) have a value
structured like
'unicode string' - 'desired classID' - 'actual value'
The initial unicode string is not meaningful, as near as I can tell. It does get
populated by actions on very rare occasions, but does not appear to be used
anywhere. I always write it out as an empty unicode string and the action
behaves the same.
You've accurately deduced the classID part.
I should have mentioned all of this in the previous email.
For Name, the value is a Unicode string.
For Index, the value is a simple 4 byte word.
For Identifier, values a simple 4 byte key-classID.
I have a test script that generates writes/read/writes and verifies descriptors
in Javascript. This includes the code for ieee754 floats, Alias (pth or alis),
and raw (tdta) data types. I haven't tested my Alias code out on an action
created on a Mac, though. The only one I haven't figured out at all is
ObjectArray (ObAr). I can't create it with the JS API nor have I found it in my
largish collection of Action files.
If you'd like, I can send you the script(s) that I use for my implementation and
testing. You might find it of some use in your work. I also have a partial perl
implementation if that's more your speed.
Ettore Pasquini wrote:
> thanks for the reply xbytor.
>
> 'indx' - a 4 byte word/integer
> 'name' - a unicode string
>
>
>
>
> According to my tests those mappings don't work. I have some actions files with those elements and the file is not correctly parsed if I adopt the formats above. However I found out the following seems to work:
>
> 'indx' :
> Variable - Unicode string;
> Variable - 4 bytes of length followed by ASCII string;
No. This is a classID.
> 4 - 4 additional bytes of unknown meaning.
This is the actual value of the index. I see it used a lot when indexing a
document's layers.
>
> 'name' :
> Variable - Unicode string;
> Variable - classID: 4 bytes (length), followed either by string or (if length is zero) 4-byte classID;
> Variable - Unicode string.
Exactly right.
>
> This is based entirely on empirical observations and of course it could be wrong. But so far these formats seems to satisfy the data in all my actions files.
>
> For the 'Idnt' element I haven't the slightest idea of what it could be, since I never saw one in an Actions Palette file.
I can create Idnt's but I don't recall having seen them either.
> Can anyone from Adobe please provide this information and verify the above hypotheses? It would be extremely helpful. Thanks!
>
> -Ettore
Let me know if you want the scripts.
for photoshop scripting solutions of all sorts
contact: [email protected]

Similar Messages

  • WUC-17 Information was missing from the supplied file download request java

    Dear Forms Guru,
    Can anybody help why i'm receiving this error using webutil.
    WUC-17 Information was missing from the supplied file download request java..
    the result in my jinitiator console are the ff:
    Loading http://oracleserver.hfgmgroup.hfgm:8889/forms90/webutil/webutil.jar from JAR cache
    Loading http://oracleserver.hfgmgroup.hfgm:8889/forms90/webutil/jacob.jar from JAR cache
    Loading http://oracleserver.hfgmgroup.hfgm:8889/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 1.0.5 Production
    Loading http://oracleserver.hfgmgroup.hfgm:8889/forms90/java/toolbar_images.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90290
    2005-Feb-13 01:48:19.514 ERROR>WUC-17 [VBeanCommon.downloadFromURL()] Information was missing from the supplied file download request java.net.MalformedURLException: unknown protocol: c
    2005-Feb-13 01:48:33.504 ERROR>WUC-17 [VBeanCommon.downloadFromURL()] Information was missing from the supplied file download request java.net.MalformedURLException: unknown protocol: c
    2005-Feb-13 01:48:34.04 ERROR>WUC-17 [VBeanCommon.downloadFromURL()] Information was missing from the supplied file download request java.net.MalformedURLException: unknown protocol: c
    Many thanks in advance...
    benjie

    Benjamin,
    WebUtil tries to download the jacob.dll to the client. The error message you get is most likely caused by teh following section in teh webutil.cfg file
    install.syslib.location=/webutil
    ## Do not change the following lines unless instructed to do so
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    ## But you can add your own libraries in here
    #install.syslib.0.user.1=testwebutil.dll|204872|1.0|true
    If you have all these files available on the PC, then most likely the problem can be found in the virtual path setting for this directory
    <virtual-directory virtual-path="/webutil"
    real-path="c:/webutil/lib" />
    in /j2ee/Oracle9iDS/application-deployments/forms/forms90web/orion-web.xml
    Pleae refer to the webutil documentation for teh exact configuration steps.
    Hope this helps
    Frank

  • Reports 10g Missing information during file conversion

    I have a large report that includes several graphs that keeps giving me an error during conversion that says the report is missing information and cannot create the file. I have never seen this before this report. It is actually giving me the message REP-1067 Some information is missing in the report. It just seems to happen when I add another graph. There is no information on REP-1067 in searching in the forums which does not give me a lot of hope.. Anyone have any ideas where to look. Report Builder 10g, Database 10g.
    There are already several graphs in the report, so I don't believe it is a graphing issue.
    Edited by: jdev_p8baller on Nov 11, 2011 1:00 PM

    Hi,
    check this if it is helpful.
    TABLES: likp, lips,itcpo.
    DATA: pdftab type standard TABLE OF tline,
    datab TYPE standard TABLE OF itcoo.
    itcpo-tdgetotf = 'X'.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
    DEVICE = 'PRINTER'
    DIALOG = 'X'
    FORM = 'Z1989_PRAC'
    LANGUAGE = SY-LANGU
    OPTIONS = itcpo
    // call script using start_form and write_form.
    CALL FUNCTION 'END_FORM'
    IMPORTING
    RESULT = gi_ofc
    CALL FUNCTION 'CLOSE_FORM'
    TABLES
    OTFDATA = datab
    EXCEPTIONS
    UNOPENED = 1
    BAD_PAGEFORMAT_FOR_PRINT = 2
    SEND_ERROR = 3
    SPOOL_ERROR = 4
    CODEPAGE = 5
    OTHERS = 6
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
    FORMAT = 'PDF'
    IMPORTING
    BIN_FILESIZE = BINFILE
    TABLES
    otf = datab
    lines = pdftab
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE = binfile
    filename = 'D:\MYFILE.PDF' //give the address where u want output.
    FILETYPE = 'BIN'
    tables
    data_tab = pdftab
    Regards
    Rajesh Kumar

  • FDF file missing file specification entry

    Using Acrobat 7 we have created a PDF form that is based on a pdf file which is located on a server. All team members have access to this pdf file. After filling out the form the actual data transfer works via sending just fdf data. The fdf file always contained the actual pdf file specification (path and file name)with preceding by /F key.
    All this worked perfectly until the first team members upgraded to Adobe Reader version 9. Filling out the form with Adobe reader 9 leads to fdf files which have no file specification information any more. We have updgraded Adobe Acrobat 7 to Acrobat 9 as well because we thought there is just a problem in creating the actual form. However, Acrobat 9 forms behave the same.
    Does anybody know, why fdf files generated by filling out forms with Adobe Reader 9 or Acrobat 9 do not include the actual pdf file information anymore?
    Many thanks in advance,
    Klaus

    I have the same problem, does anyone have any idea what is wrong?
    I have produced a form in version 7 and when anyone filled in the form and sent the fdf to may mailbox, i opened the fdf and it filled in the for blank form.  Now when I try to open the fdf it comes up with a fault "Application not found"  This has only started today after the system was upgraded to version 9.

  • Premiere Elements 4 audio won't play on mp4 files, codecs missing/unavailable on .mov files

    I dowlnloaded Premiere Elements 4, and when I import mp4 files, the video plays but the audio will not. I've also tried to import .mov files, and an error message pops up that says "Codec missing or unavailable." I downloaded the latest version of Quicktime, but that didn't change anything. The files will play back on the video camera, but I"m having trouble with them on my computer. The audio on the mp4 files plays in Quicktime, but not the video, and vice versa when I import them into Elements. Any suggestions?

    Does Quicktime Pro also edit .mov files on a PC?
    Date: Wed, 27 Nov 2013 07:53:14 -0800
    From: [email protected]
    To: [email protected]
    Subject: Premiere Elements 4 audio won't play on mp4 files, codecs missing/unavailable on .mov files
        Re: Premiere Elements 4 audio won't play on mp4 files, codecs missing/unavailable on .mov files
        created by Steve Grisetti in Premiere Elements - View the full discussion
    Premiere Elements 4 pretty much works with tape-based digital video. That would be video from a miniDV or HDV tape-based camcorder. It doesn't handle other formats very well.
    If you plan to edit MP4s, you definitely want to upgrade to a more current version of the program. If you can't install a current version of the program, you may need to address issues on your computer (such as an outdated operating system or underpowered hardware configuration).
    Short of that, you could buy Quicktime Pro from Apple for $29. It will edit MP4s, even on a PC platform.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5879880#5879880
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5879880#5879880
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5879880#5879880. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Premiere Elements at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Can I have an Action file install when a ZXP is opened in Extension Manager for CC 2014?

    I have an extension that I'm packaging as a .zxp file.  I'm using Adobe Exchange Packager and setting to the proper install location for the files for the extension.
    However, my extension requires an action file (.atn) is installed in the user's Actions panel.  Of course, I can include the .atn file in my package and copy it to a folder on the user's computer.... BUT, is there any way I can include that .atn file in the .zxp package and when Extension Manager unpacks the files, it INSTALLS the included .atn file into the user's version of Photoshop?  So, this way the .atn file is already installed in the user's Actions panel after the extension installs through Extension Manager...so the user doesn't have to worry about installing the .atn file as well?
    (If there were a folder to place the .atn file into, I could do that, but I do not believe that there are any folders for CC 2014 that hold .atn files in which the panel will read, if at first not installed in the normal way.  I believe this is new for CC, and that the actions are held in a .psp file.)

    I am not sure about the .atn file location but it sounds like you want to create a 'hybrid' extension.
    You create a .ZXP containing your CS extension and then create an MXI file which includes the .ZXP and .atn file.
    You would then wrap this into another .ZXP which will be used as the installer.
    Further information can be found at http://www.adobeexchange.com/resources/7

  • How to change the replication group information after db files are created

    Since group information is persisted in the database, I am wondering if there is a way to update the information.
    We want to implement some kind of Berkeley DB master relay mechanism for our two data centers, which has slow link in between. Basically have one master populating a database file and launch another two node as master to replay that to other nodes of its own group. It will be much efficient this way so we don't have to copy the data multiple times over the slow link.
    We periodically (once a day) update the Berkeley DB content from customer's feed on a backend node and upload (rsync) the Berkeley DB File to two the data centers. We would like to have a master node in each data center to read the pre-populated data file, replicate the changes to the web node (read only) while they are still running. I simulated local and if I trick the nodeName and nodeHostPort setting, it should work (basically, fake the replication node on the backend node using tampered hostfile so they get registerred). However, it is not very convenient and definitely a dangerous hack on the production servers.
    If there is a way, after the creation, to update the group information (for example, change all the nodes information) without corrupt the log file/replication stream, it will be much easier for us. Basically, we would like to have the node/group information and data file de-coupled?
    Any ideas how to do that, or is there a better way to design such a replay of data using Berkeley DB?
    Thanks in advance!

    2. You mentioned to not clean up the log file. Is there a point where I can safely call clean up on the environment when BDB is still online as I can imagine we will run out of space very soon if we don't clean up.The approach outlined above (steps 1 to 5) will ensure that no log files are deleted on A while you are updating B and C. The use of DbBackup ensures this. For more information on how this works, see the DbBackup javadoc.
    Whether this causes you to run out of disk space on A is something you'll have to evaluate for yourself. It depends on the write rate on A and how long it takes to do the copy to B and C. If this is a problem, you could make a quick local copy of the environment on A, and then transfer that copy to B/C. But you must prohibit log file deletion during the copy, using DbBackup, or the copy will be invalid.
    You should perform explicit JE log cleaning (including a checkpoint) before doing the copy to B/C. This will reduce the number of files that are copied to B/C, and will reduce the likelihood that you'll fill the disk on A. See the javadoc for Environment.cleanLog for details on how to do an explicit log cleaning.
    In your earlier post, it sounded like the updates to A were in batch mode -- done all at once at a specific time of day. If so, you can do the copy to B/C after the update to A. In that case, I don't understand why you are afraid of filling the disk on A, since updates would not be occurring during the copy to B/C.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Vmware.log missing information

    Hi!
    I was wondering if somebody can please enlighten me, I have noticed some of the information is missing from vmware.log file on the VM.
    For eg: I am investigating if there was any problem on 2015-03-12T15:00:00 but the log is stopping  at 2015-03-12T13:18:50 and then continues onto the next day to 2015-03-13T08:23:54.?
    The log file is over 1GiB and the VM is a mail server with DAG. Any help or pointers would be greatly appreciated.
    Thanks in advance.

    Hi,
    According to your description, your audit log may have some entries which are lost. Firstly, I’d like to confirm if all results can be get after you set the search level.
    Based on my research, Administrator audit logging relies on Active Directory replication to replicate the configuration settings you specify to the domain controllers in your organization. Depending on your replication settings, the changes you make may
    not be immediately applied to all servers running Exchange 2010 in your organization. Thus, if there are multiple AD sites, we can check if there is something wrong with AD replication.
    Additionally, we can also check if there is any related error in your event log.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Imported Playlist Missing Information

    Hi,
    So in follow up to my exporting question earlier, I am importing a playlist into Itunes. When I import my playlist - there is missing information. For example it'll be missing the information in the comments field or information in the genre field.
    Would anyone happen to know why this would be happening? I looked at the imported .txt file in excel and I can see that all the information is there. Why would itunes be ignoring just a select few feilds?
    Thanks,
    R_N

    see Replace Your Preferences

  • Including scaling information in binary file, which can be plotted in graph

    I need to plot a graph from a from a bin file, I am able to plot the graph using read binary file vi but the scaling is nowhere close to what it needs to be.
    Its in auto scaling mode, if I set the values manually by giving maximum and minimum values the graph disappears,
    I believe it has something to do with some missing header file not included in the binary file as of now.
    Can anyone help , I need to know , how to add header in the binary file so that I include the information of scales or units of measurements of the data which has to be plotted.

    Hi Shrikant,
    you include "header information" the same way as you include "data" in your binary file: You simply write that information to the file...
    When trying to plot "the file" you read both parts (header and data), one after the other!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Web to PDF - Convert to PDF/X-3 (Error: file specifications present)

    I took a simple webpage consisting of two images and some text and used the Adobe Acrobat X Pro function "PDF to Web" to make a pdf of it, which looks perfectly good.
    I need to export it as a PDX/X-3 compliant pdf however in preflight I get the error that "file specifications present." I have no idea what this means of how to fix this. Can anyone help me with this?

    If this helps I tried to "print" the pdf to a file using a pdf/x-3 preset and the log I got returned the following information:
    "[Violation] Both TrimBoxes and ArtBoxes were found on the following pages:"

  • Encountering ORA-39000: bad dump file specification while using datapump

    Hello,
    I am trying to use datapump to take a export of a schema(Meta_data only). However, I want the dump file to be named after the date & time of the export taken.
    When i use the following command -- the job runs perfectly.
    expdp system@***** dumpfile=expdp-`date '+%d%m%Y_%H%M%S'`.dmp directory=EXP_DP logfile=expdp-`date '+%d%m%Y_%H%M%S'`.log SCHEMAS=MARTMGR CONTENT=METADATA_ONLY
    However, I want to run the export using an parfile. but if use the below parfile, i am encountering the following errors.
    USERID=system@*****
    DIRECTORY=EXP_DP
    SCHEMAS=TEST
    dumpfile=expdp-`date '+%d%m%Y_%H%M%S'`
    LOGFILE=MARTMGR.log
    CONTENT=METADATA_ONLY
    expdp parfile=martmgr.par
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning option
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-39157: error appending extension to file "expdp-`date '+%d%m%Y_%H%M%S'`"
    ORA-07225: sldext: translation error, unable to expand file name.
    Additional information: 7217
    How do i append date&time to the dumpfile name when using a parfile.
    Thanks
    Rohit

    I got the below error while using the dumpfile parameter as dumpfile=dump_$export_date.dmp
    Export: Release 11.2.0.2.0 - Production on Thu Feb 7 16:46:22 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning option
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-39157: error appending extension to file "dump_$export_date.dmp"
    ORA-07225: sldext: translation error, unable to expand file name.
    Additional information: 7217
    Script i used is as follows
    export ORACLE_HOME=/orcl01/app/oracle/product/11.2.0.2
    export ORACLE_SID=$1
    export PATH=$PATH:$ORACLE_HOME/bin
    echo $ORACLE_HOME
    export export_date=`date '+%d%m%Y_%H%M%S'`
    echo $export_date
    expdp parfile=$2
    parfile is
    DIRECTORY=EXP_DP
    SCHEMAS=MARTMGR
    dumpfile=dump_$export_date.dmp
    LOGFILE=MARTMGR.log
    CONTENT=METADATA_ONLY

  • Clone and Delete Missing from Advanced Actions Window

    So, I was just chugging along using the new advanced actions feature in CP5.  All of a sudden, I went into to clone one of my advanced actions and the clone and delete buttons are off the screen.  I cannot resize the window so I cannot get to the clone feature.  I called support and they used the cop out line that this is a file specific issue.   He response was to post here or start over on my project.  I am sure you can appreciate how unaccptable that response is for me after putting over 100 hours into the development of this project.
    Any suggestions, ideas, or if anyone else has run into this would be greatly appreciated.
    Thanks,
    Eric

    Hi Eric,
    Thanks, understand now what happened and this is indeed an issue.
    I'm always trying to respect one of my beloved rules for names "KISS" (Keep it small and simple). So I will immediately trim the 'Duplicate_' that is added for every 'clone' (do like your word) and make the name different from the original in another way. That will be the reason why I never bumped into your problem. You have to know that I did live once in a DOS-world where every name could only have max. 8 characters and probably I'm still stuck with some reflexes from that past.
    Have a nice weekend,
    Lilybiri

  • Missing Information Spaces in "HOME" tab

    Hy,
    i have anI have under Manage Spaces 6 Explorer Views. All are "GREEN" and indexed successful.
    One of them is not reachable in the "HOME" screen. Only 5 are visbile.
    Even a search does not help.
    The only workaround i have, is to copy the folder in the URL.
    Folder were all published spaces are located:
    C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\Data\Polestar\index\SMNOTN400P.ExplorerExplorationServer\Published\ExplorationIndexes
    The URL looks like that.
    <http://BOSERVER>:8080/explorer/index.jsp?application=portal&documentId=e39722b9-b5ed-4cc9-b63d-ab5b68000ba6
    e39722b9-b5ed-4cc9-b63d-ab5b68000ba6 = folder name of missing index in home screen.
    When i open that link the explorer opens the missing information space.
    Has anybody an idea?
    BR
    Christoph

    Hi Chris,
    Can you clear the index directory and re index the information space?
    Regards,
    Pranay Sharma

  • 'Add a Page' missing from Site Actions

    Hello,
    We are having a weird problem on our SharePoint 2013 server where the menu item "Add a page" is no longer in Site Action menu.
    All sites are publishing sites and we have custom masterpage with custom pagelayouts too. 
    We don't have other custom packages/webparts/solutions installed, everything is standard SharePoint except the masterpages and pagelayouts.
    There are no javascripts error on the pages. We are running as Site Collection Administrators. 
    The menu item was there before, it suddenly disappeared.
    We also installed the design package on another server and the menu item "Add a page" is there.
    There are errors in the logs saying:
    0x0D08 Web Content Management        
    Publishing                    
    8ts5 Unexpected
    Exception in file C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\Template\Layouts\EditingMenu\SiteAction.xml: Object reference not set to an instance of an object.
    84b35a9c-2ef8-e064-6afc-5d6db01cbcc7
    Does anyone know what have caused this?
    Thanks.

    Hi hipplan,
    According to your description, my understanding is that ‘Add a page’ is missing in your site.
    Whether ‘Add a page’ occurred on a subsite at the same site collection.
    This issue seems to be caused by custom something in your master page.
    Please  deactivate and activate publishing features at site collection level and site level.
    Check whether the Wiki Page Home Page is active at the site level. 
    Then do the followings:
     1.Open IIS
     2.Click  Application Pools
     3.Select the web application pool that you use for your site
     4.Right-click it, and select ‘Recycling…’
     5.Reset IIS
    After the above, open the site again, compare the result.
    Here is a similar post for you to take a look at:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/15d2899c-9351-488e-abe9-d8ea94cb20f1/publishing-new-page-missing-from-site-action-menu?forum=sharepointadminprevious
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • MMS Hidden columns appearing in Document Library Settings / Column list

    Hello all, Before you read this please be aware that I have found a resolution (that might be helpful to others) but I am wondering if anyone else has experienced the same thing and the cause. Our scenario is as follows: We use a Content Type hub Mos

  • How to display the page no in script

    HI, Can any one tell how to display the page no's as follows in Scripts. current page/total no.of pages(ex:1/10)

  • Not able to have more than 1 repeat region?????

    I am working on an ASP page w/ Access DB that I would like to have 3 record sets that each pull different info from the same table. rs_FloorPlans1000 rs_FloorPlans2000 rs_FloorPlans3000 I have created 3 seperate tables tbl1000 - floors plans from 100

  • [ITA] Upgrade a Yosemite con HD formattato - mac book pro 15" inizio 2011

    PROLOGO: Salve a tutti, ho aggiornato il sistema operativo a yosemite e sono iniziati i problemi. Finchè la batteria era carica andava tutto perfettamente ma mi sono accorto che l'alimentatore non caricava il mac. Ho provato il mio alimentatore su un

  • Error while re-installing the Oracle 10g on Linux

    Hello Experts, I am a beginner in this area: I was in the process of installing Oracle 10g Release 2 on Linux 4. However, during the installation was incomplete because there was a disconnection in the network during the step wherein I was supposed t