Create directory on the server for the theme

Hello.

How to create a theme in a directory custom on the server - for example in/i/themes/custom?

How APEX in theme 1 files are located in the/i/themes/theme_1 directory?

How to change the text of the variables of the themes - as a variable #HEAD #?

Please provide the following information:

-APEX version
-Edition and version DB
-Web server architecture (EPG, SST or APEX listener)
-The browsers used
-Theme

How to create a theme in a directory custom on the server - for example in/i/themes/custom?

Depends on the architecture of the web server used. However, it is best to avoid changes to the APEX installed files or folder structure to avoid problems with future fixes and upgrades.

How APEX in theme 1 files are located in the/i/themes/theme_1 directory?

Through references of style sheet in page as template headers:





How to change the text of the variables of the themes - as a variable #HEAD #?

To be more specific: what exactly is the requirement that you are trying to answer?

Tags: Database

Similar Questions

  • Create directory on the client side.

    Hi all
    I created a directory on the client system to the user, which can save files in this directory and load the data from the user interface in the database table. But the directory created on the server side. and there is an error produced than found directory on SYS. ORACLE_LOADER.
    Please solve the problem? I want to create directory on the client side only and no problem.

    CREATE or REPLACE DIRECTORY PRAD_DIR as "C:\abc." -Create server-side

    Thanx.

    A "DIRECTORY" is only accessible by a Server process, so the physical directory must be present (or accessible) on the database server.

    Say you are using a database of 11.2.
    The client might be
    SQLPlus 9.2, 10.x, 11.x
    SQLDeveloper x.x
    PLSQL Navigator / TOAD x.x
    Another base 11.x 9.2 - access to the database target through a DBLink
    Any other 3rd party Application Server / Client JDBC

    Oracle cannot guarantee that each of these clients can access a "directory" in the same way as a process server.

    So: A DIRECTORY cannot be on a client.

    Hemant K Collette

  • How to create a local directory on the client and not on the database server?

    Hello

    First of all, thank you for taking the time to solve the problem.

    I apologize if there are errors in the format used for the display of this issue.

    I have a procedure that generates data in the csv file and is loaded into a directory.

    I have a requirement to plan this procedure should be performed every week.

    I did the above two steps successfully.

    but the problem am facing is that files are downloaded in the directory location for the oracle server. but I need the files to load to my own record of operating systems.

    IE my PC is not the database server, but I thought to create a directory on the operating system of my own PC C:\ drive.

    It is a frequently executed procedure then uses dbms_scheduler.

    Can we create a directory on our own PC operating system file. I use Windows 7 OS?

    Please find details of version below.

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    PL/SQL Release 11.2.0.3.0 - Production

    CORE Production 11.2.0.3.0

    AMT for Linux: Version 11.2.0.3.0 - Production

    NLSRTL Version 11.2.0.3.0 - Production

    Your time and your help is very appreciated.

    Thank you

    SQL and PL/SQL FAQ

  • e-mail account working do not mistake the e-mail server for this account does not

    One of my Gmail account does not not via Thunderbird. He worked for until our days. Get them an error message saying
    "The current operation on the Inbox doesn't have to succeed. The e-mail server of the account... responded: unknown command 34
    the e-mail server for this account in not responding do not, the unknown command...)

    I delete this email account and re-created with the same problem. The unknown command is different everytime I try to get new messages...

    See if that helps.
    https://productforums.Google.com/Forum/#! subject/gmail/KB-HRs8VGsg

    In any case, it looks more like a problem of Google, so you can also ask in a forum of Google.

  • External, the customer table, visible directory on the client and the server, doable?

    Hi guys,.

    My client wants to use the method of the outer table of the client machine.

    Version Oracle db 11.2.0.3, client (sqlplus) version 11.2.0.1.0, AIX operating system

    The file system directory in which resides the csv file is made as directory database and it is visible/reading / writing on both servers.

    Create table user operating system that is running has read - write access to this directory and the database user has read write in the database directory.

    I can do db server load, but not from the server where the client is installed. Gives the error below.

    ERROR on line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN legend
    ORA-29400: data cartridge error
    Error opening file
    / wload/ga5t/GPFS/App/Env10/Oracle/oracleloaddirectory/EXT_PRICE_LIST_IMPORT_SC_1
    _9044034.log

    No idea how it goes? Is it possible to do this when the db directory and the bone is visible on the client server and db?

    Thank you

    Patricia

    Thanks DK.

    The risks has been resolved by changing the id level UNIX for user oracle on the db server and then restart.

  • Creating folder on the server applications using webutil.

    Hello

    I use this feature of webutil to transfer the file from the client to the application server.
    i.e.
    webutil_file_transfer.client_to_as

    File is the transfer. But now I want to create the folder when running on the application server.

    For example, my file is now transering to C:\temp\. I want to create folder to the runtime server-side shows while I transfer the file.
    is it possible. If Yes please let me know as soon as possible.


    Thank you
    Kam

    Technically, using d2kwutil, it has been used in client/server 6i only is not supported. Creating a directory on the server can be done in different ways. The method chosen will depend on what domain you are stronger and how strict is the security of the server.

    OPTION 1:
    Use the HOST command to run a simple DOS command. You can test to see if the directory already exists in a similar way. Example:

    -- Does directory exist?
    Declare
         WinCdCmd varchar2(3000) := 'cmd /C CD';
         cmd varchar2(2000);
    
         -- value of :path should be something like C:\ or C:\somedirectory
         searchPath varchar2(1000) := :path;
    Begin
    
    -- Be sure to add quotes around the path name if it includes blank spaces.
       cmd := WinCdCmd||' "'||searchPath || '"';
    
       HOST (cmd,no_screen);
       IF NOT form_success THEN
    
          -- Directory was not found.  Do what is necessary to create directory here ...
          HOST ('mkdir "' || :path || '"',NO_SCREEN);
    
          raise form_trigger_failure;
    
       END IF;
    
      message ('Directory found.');
      message ('Directory found.');
      /*
      ... Directory was found so do something with it here ...
      */
    End; 
    

    OPTION 2:
    Write the necessary code in java. Then use the imported forms Java functionality to call java code. You will find examples on the Internet (e.g., Google)

    There may be other options, but option 1 above is probably the easiest to manage. It may be necessary to add additional error handling, but this will depend on your needs.

  • Directory on the presentation server

    In the section "* adding a text link or a link to the Image to an Oracle BI interactive dashboard Page * ' *, Oracle BI answers, book and said Interactive Dashboards User Guide: *.
    Bq. /DashboardFiles/image.gif-if the image is not on the local server.
    How do I create a directory on the presentation server? (Note that we do not want a directory that is mapped to a network drive, our Oracle BI will launch stand-alone without network).

    BR
    A

    Hi Arthur,.

    the default style is s_oracle10. So when you want to add a business on the analytical Server logo, I recommend to add the image file in the following directories:

    \OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\images
    and
    \OracleBI\web\app\res\s_oracle10\images

    The s_oracle10 is the directory 'style' btw.

    When you have done this, you can reference image using PCGG files, like: fmap:images / companylogo.gif.

    Next to this solution, it is also possible to use an 'absolute' link for the image file, using the url as: http://www.yourcompany.com/companylogo.gif.

    Kind regards
    Stijn

  • I'm looking for a theme of book with the right combination of text and photo layout.

    I'm doing a book project I have Photos for Mac. I would like to include text, but then discovered that some themes have not; the I took has only pages full of text. Another is, but offered just 3 photos on each page, in strange layouts.

    The main problem is that when I pick I see nothing other than the cover. I have to build the project to see what I get. Is there another way to see them, or choose one based on preferences?

    And when did things become so shitty? I have created a book in iPhoto, and it was really easy.

    Mostly by trial and error.  What I did is create a test with a few photos with the first theme of book available.  I then he reproduced several times and changed the theme to one of the others.  I now have a test for each of the themes book.

    When I want to create a new book with a particular theme I duplicate the test book, rename it and use it.

    There is something generally wishing to each of the book themes: features and Photo Book Formats.  If descriptions are insufficient, so trial and error described above will be necessary.

  • Windows MCE and connect to the shared directory of the server

    Well, I know it's more a matter of Microsoft than a Qosmio question, however, I think that it is better to ask here among others who can actually thought it out instead to pay $95 to Microsoft to answer a question which ought to be established somewhere anyway.

    I have a LAN in my house with several password protected Windows 2003 servers. I do not use a domain system because I've never been fond of roaming computers that belong to a domain.

    I prefer also to encrypt and password protect files on my computer using PGP disk password protect the machine itself. After all, my son likes to watch his cartoons on the computer and at the age of 3, type a password of 8 characters with high, low, numbers and signs of punctuation is a bit out of reach for the moment.

    So now I have bore you with all rebuttles to questions like "Why don't you do this rather", Let's get to the meat.

    Is anyway in Windows XP Media Center edition that when I connect to a shared directory on the server using Windows file sharing (SMB/CIFS), I can choose to save the password?

    Dialog box, I have in mind is the one marked 'Connect to' that appears to request a username and password when a UNC network path is entered directly in the Explorer address line or the path is traversed through "My Network Places" and permissions are insufficient for with the users currently logged in user name and password combination.

    This feature exists on XP Pro, but not on the House and I was under the impression that Media Center was closer to Pro home. If I can't find a solution to this, so I have to install XP Pro on the machine and not the Media Center extensions and this will make me really sad :(

    Thanks in advance

    Hello

    Well, I put t know how you want to watch the video files with the Windows XP Media Center from the file server, because I don t know if the WMC supports this feature.
    But if he finds an interesting site on a simple file sharing on Windows XP Home Edition and Windows XP Pro.

    Please visit this link:
    http://www.practicallynetworked.com/sharing/XP/filesharing.htm

    Hope you find the solution. Please let me know.

    Good bye

  • Windows Server 2003 DCS file - on wifi directory to the root automatically changes

    I have a strange problem and it only happens in wifi.

    If I access the windows share: \\hpdsfandp\common$\folder1\folder2 - in Explorer changes seconds the directory back to-\hpdsfandp\common$

    * This does not happen if I'm on ethernet

    * This does not happen if I go to another server (for example) \\etdb2\c$\folder1

    I tried different wireless access points, and sometimes both.  Sometimes, the problem disappears and then returns the next day

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • How to install the theme for Windows XP Professional

    How to install the theme for Windows XP Professional?

    Hi Shubham,

    The Microsoft Download Center a lot of themes, or you can use your favorite search engine to search the Web for more themes of third-party websites.

    Note:   software use of third parties, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    For more information, you can consult the following articles:

    Make Windows XP as you wish

    Resources to configure desktop themes in Windows XP

    Create your own desktop theme

  • How can I download and replace the fonts directory in the folder Windows for Vista

    Separated from this thread.

    How can I download and replace the fonts directory in the folder Windows for Vista?

    I think I have a corrupted font file, but I don't know which.

    Thank you

    George Criffield

    Oh sorry, you will need to obtain from another computer Windows Vista or your install disc (if you have one, these instructions are here).  I have just the zip and give you a complete file of fonts, but it's against the license (and technically to the United States law) for them to be distributed.

  • Help! where to download icons for the development of the theme?

    last year after I got my blackberry 8330 curve, I found a theme I really liked from a site of free themes online... personally, I prefer the layout form of L and I LOVE the "BOLD" icons / BB storm, but want to keep my curve. my phone got wet yesterday and had to be replaced, and when I got the new phone I forgot that I needed to find the theme. of course, since it was almost 10-12 months ago, I couldn't find the EXACT theme I had before, and stupidly, I do not download on my pc for backup in my usual.

    in order to create my own personal theme of "BOLD" - style-for-curve customized to my BB, where can I find the icons I need to develop it? I must add that I am a beginner and have done some research online on the tools needed to make themes and have the blackberry theme studio AND plazmic theme Builder. the two programs are comparable, but I have TO have these specific icons and am still unable to take these issues duly filled in the file format icons * .alx, since two builders of theme, I need *.thm files.

    Help!

    Have you looked here?  This is what you are looking for?

    C:\Program search in Motion\BlackBerry theme Studio 5.0\samples\Themes\Images\Precision480x320\icons

  • How to create a VPN file .pcf for the CISCO VPN CLIENT software profile

    Dear all

    How to create a VPN file .pcf for the CISCO VPN CLIENT software profile

    Concerning

    Hi Imran,

    Can't do much about that because it depends on what authenticate you the VPN server and how the settings. But let me introduce you to the memory layout. Once you install and open a VPN client. Press it again and it opens up a new page for the VPN config.

    Example of configuration as it is attached. But it differs depending on the configuration of your vpn server.

    Once you create and save this profile. Your FCP file is stored.

    Please assess whether the information provided is useful.

    By

    Knockaert

  • Create the directory in the "shared" area

    Hi all

    I can't find a solution for this one...

    Is it possible to create a directory in the "shared" area of the PlayBook?

    I can write the file, but I would like to have a directory structure. And whenever I invoke createDirectory I have error:

    Error #3001: File or directory access denied.
    

    I could create directories in my first App version, but it is with the SDK 0.9.1.

    Certain restrictions have been updated with SDK 1.0.x?

    (Bbtablet.xml of config file, I after the access_sharednode, and I can write files anyway)

    @Acenet, I think that you don't really get your blackberry - tablet.xml in the file correctly .bar file.  Please check uncompressing the .bar file and inspect.  The file should be named air/blackberry - tablet.xml in the archive and check that the contents don't really have access_shared specified.

Maybe you are looking for

  • Safari does not open

    When you click in the Safari icon - message says Safari is more open.

  • change in the apple store for different countries

    Hello I use a paid Indians account from now on. but when I changed the land of the apple store in Australia, he asks a credit card. so, how can I create a free who represent the same apple ID

  • Moan (beep) Qosmio F60

    Hey! My Qosmio F60 making a very annoying beep. The source of this beep is about the left side of the keyboard under the Q, W, A, S buttons. It is only if the laptop do not have to work hard. If I play games or watch TV, the sound has disappeared.Any

  • Microsoft wireless optical Desktop Elite - keyboard is dead

    XP Pro SP3I used this Office set for awhile, but a week ago the keyboard stop responding.  Quite dead.I replaced the batteries and uninstalled and reinstalled the software twice.  When I click on the keyboard on the desktop icon it reads both batteri

  • Pavilion g6-2123us: Radeon HD 7520 G is not going to run on windows 10. What should I do

    When I checked if there are conflicts with my computer and windows 10, I thought that my graphics for AMD Radeon HD # 7520 will not correctly work with him. What are my alternatives?