Oracle - PHP books

Can anyone recommend books on Oracle - PHP? I found only MySQL - PHP
thanks,
tubagus

Easy Oracle PHP
Create Dynamic Web Pages with Oracle Data
Mladen Gogala
ISBN: 0-9761573-0-6 Library of Congress Number: xxx
400 pages - Perfect bind - 9x7 Publication Date: February 2006
Shelving: Databases/Oracle Easy Oracle Series # 6

Similar Messages

  • Oracle Spatial book sample application

    Hi all,
    On Monday I received the Oracle Spatial book and I would like to post a topic about it. First of all I would like to congratulate the authors for their huge effort doing this excellent book. I think it will be very useful to the people that works with Spatial.
    Next, my question is about the sample application showed in chapter 12 (SampleApplication.jsp). I run correctly mapviewer in my server and I can do the other examples, nevertheless when I want to start this application I recieve this error message about 'jdbc/spatial10g not found' in my web browser:
    500 Internal Server Error
    javax.naming.NameNotFoundException: jdbc/spatial10g not found
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.rmi.RMIContext.lookup(RMIContext.java:149)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.ApplicationContext.lookup(ApplicationContext.java:248)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.ApplicationContext.lookup(ApplicationContext.java:119)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at spatial2d_book._sample_2d_app._SampleApplication._jspService(_SampleApplication.java:264)
         [SRC:/spatial-book/sample-app/SampleApplication.jsp:248]
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    I am using Java 2 Runtime Environment version 1.4.2_02 and I think I have correctly configured the shared libraries in the oc4j server (sdoapi.jar, sdonm.jar, ojdbc14.jar, etc.). Anyway, I think I will be missing something but I don't know what.
    I would be very grateful if somebody could help me.
    Juan M.

    Hi Juan
    Thanks for purchasing our book, and thanks also for the kind words.
    I think I know what that problem is.
    The application uses the network API. That API needs a database connection for the initial loading of the network. The connection used is provided by OC4J. This is done in the following code lines in the SampleApplication.jsp:
    // Get JDBC database connection
    InitialContext ic = new InitialContext();
    DataSource ds = (DataSource) ic.lookup("jdbc/"+dataSource.toLowerCase());
    Connection conn = ds.getConnection();
    // Load network
    net = NetworkManager.readNetwork(conn, networkName);
    In other words, for this to work, you need a datasource defined for OC4J, called "jdbc/spatial10g" (since dataSource is defined by default to be "SPATIAL10G".
    To define the datasource, refer to chapter 11, page 499, at the bottom of the page. You need to add the following to your data-sources.xml config file ($OC4J_HOME/j2ee/home/config/data-sources.xml):
    <data-source
    class="com.evermind.sql.DriverManagerDataSource"
    name="spatial10g"
    location="jdbc/spatial10gCore"
    xa-location="jdbc/xa/spatial10gXA"
    ejb-location="jdbc/spatial10g"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username="spatial"
    password="spatial"
    url="jdbc:oracle:thin:@localhost:1521:orcl101"
    inactivity-timeout="30"
    />
    (Adapt the url parameter to match your database definition)
    Thanks for pointing out this problem. We will update the errata page (http://www.apress.com/book/errataDisplay.html?bID=315&sID=2374) with clearer instructions.
    Albert Godfrind

  • Oracle Press book gives incorrect information about when you are certiifed

    SQL Certified Expert Exam Gudie: ISBN: 978-0-07-161421-4
    Page: 12
    ... and I left (the testing center) a happy and Certified SQL Expert.
    THIS IS WRONG.
    When you leave the exam you receive a score report indicating you have passed the exam (I beleive subject to review).
    BUT
    You are not certified until either:
    - (1) you receive a success kit from Oracle or
    - (2) it is shown on the Oracle Certview Database.
    The distinction is really important as until that time you have agreed not to represent yourself as certified.
    This should have read something like .....
    ... and I left (the testing center) happy knowing that in a few weeks time my certification success should be confirmed in the Oracle Certview Database and my Certification success kits should arrive in a few weeks.
    I am forever screaming at people on the Oracle Forums not to represent themselves as certified until they get a success kit or see it on Certview and an Oracle Press book goes against this!!!!!!
    =:-O
    I know this is possibly apparent nit-picking in the case of this certification ... but it isn't. I've never heard of it happening, but the exam score can be revised until its confirmed (not that I've ever seen this happen ... and wold be almost impossible except for cheating). For instance the exam delivery software/configuration could glitch and deliver 1z0-051 questions instead of 1z0-047 invalidating ones result.  I know we all know this is impossible but would you be prepared to stake all your worldly goods that this has never happened and will never happen.
    .................................

    They should write a big "THIS IS A DRAMATIZATION" around it!
    LOL!
    Bye,
    Antonio

  • 1Z0-515 exam Data Warehousing 11g Essential - Oracle press Book

    Hi,
    Is there any Oracle press Book available for 1Z0-515 exam Data Warehousing 11g Essential exam
    Like it is available for OCA and OCP
    If somebody in the forum given for the exam, please suggest me the study material.
    Any other source of learning also will be appreciable(other than the one available in below link, as I could not afford for that).
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_515
    Regards,
    Gatha

    I'm not sure if Oracle Press has created books for this exam. Check here http://community.oraclepressbooks.com/.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • Oracle8 pl/sql programmin by scott urman, oracle press book enough???

    hi everybody, i have oracle8 pl/sql programmin by scott urman, oracle press book, which covers releases 7 through 8. is this book enough for me to prepare for the exam "introduction to oracle 1z0-001". please give your views. thanks..

    I recommend you check the exact objetives here: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=1000255&lang=ESA&p_exam_id=1Z0_001 and compare them with the objetives describe in the book. Currently I have 10 certifies and I have done the same always. I check the objetives in the Oracle web site and I study across Oracle Documentation. That is one of the best way to get a strong prepartion and it is shippper.
    Greetings
    Joel Pérez
    Oracle Ace Member
    DBA Oracle

  • Looking for online php book(s)

    heya,
    im looking for an online php book. the more the better. any suggestions/links?
    thanks in advance.

    the "quickstart" guides have always been sweet for me, I have the html, java and php (4) ones. i dont know if they released an updated one for php 5, but i still reference my copy a lot. that combined with the php.net manual, and i havent had anything that took me more than 5 mins to figure out

  • Oracle 11g books

    Hi,
    I am looking for ORACLE 11G books.
    Can any one advice me very good book.
    Regards
    MMU

    You have all sort of good 11g book here,
    http://www.oracle.com/pls/db111/homepage?remark=tahiti

  • Oracle Reports Books

    I am in search of finding some Oracle Reports Books that are newer that 6i. I need to find one that supports Reports 9i or 10g. Is it possible to get any book like that and where do I find one like that? I have looked at the usual places like Amazon and Barnes and Noble.com but all I get is a book that is for the 6i software. I need something newer. Anybody got any ideas?
    Thanks

    Hi,
    As far as I know, there are not any new books, you could use this one which for forms 6/6i:
    Oracle Certified Professional Application Developer Exam Guide (Oracle Press) (Hardcover) by Jason S. Couchman,
    ISBN-10: 0072119756
    ISBN-13: 978-0072119756
    Or
    You can start with these:
    http://www.oracle.com/webapps/online-help/forms/10g/state?navSetId=_&navId=0
    http://www.oracle.com/technology/products/forms/techlisting10g.html
    Also download and install the demos:
    http://www.oracle.com/technology/sample_code/products/forms/index.html
    Regards,
    Hugo

  • Php booking systems

    my clients have started using a 3rd party php booking system - genkan.com.au (they didnt consult with me, before making their choice, else i would have said its not compatable) and now i have to some how make it work. i have insterted the iframe which works but the actual links within the iframe dont work is there any way around this. page in question is http://www.ameliasholidayrentals.com.au/property-availability.html (links that arent working are check availablity, view details and book now). any suggetsions would be appreciated

    Hi Alex, yes it works if i use that link but its not the link that im meant to use, i have put that link http://www.genkan.com.au/amelias/index.htm, into genkan css to get it to work, but the genkan people have told me to create a page and input the iframe into that page and then relink the css with that page which it should be which is http://www.ameliasholidayrentals.com.au/property-availability.html the links dont work. (the page with all the property comes up but none of the links - check availability, tarrifs or book now links dont work) these links only work with the genkan link.
    the genkan people are less than helpful. and i have put the link back to http://www.genkan.com.au/amelias/index.htm so that client receive bookings etc, until i figure out why its not working with the other link.
    im pretty clueless when it comes to php, but from there instructions its seems like a pretty staight forward link.(below)
    <iframe src="https://www.genkan.com.au/pub/index.php?action=search_results&agent=AHR&siteurl=1" name="main_content" width="780" marginwidth="0" height="1650" marginheight="0" scrolling="No" frameborder="0" id="main_content" style='background-color: #ffffff' title="The menu" bgcolor="#778096"> </iframe>
    Once he has done that, I suspect he will need to adjust the IFRAME width & height but you can get an idea of what the page will look like at https://www.genkan.com.au/pub/index.php?action=search_results&agent=AHR&siteurl=1
    Once he has created the page you need to enter the page name at ;  which would be http://www.ameliasholidayrentals.com.au/property-availability.html at sit eproperty URL details.
    thanks Retta

  • Oracle Report Books

    I am in search of finding some Oracle Reports Books that are newer that 6i. I need to find one that supports Reports 9i or 10g. Is it possible to get any book like that and where do I find one like that? I have looked at the usual places like Amazon and Barnes and Noble.com but all I get is a book that is for the 6i software. I need something newer. Anybody got any ideas?
    Thanks

    user6862024 wrote:
    How do we report suspicious books, etc about oracle certification?
    For example, go to www.amazon.com and enter the following "Oracle marathon"
    and see books, etc "by M"
    Well spotted.
    Certainly on amazon.co.uk there was a whole load of braindump kindle publications in february.  The was a link to a url in one of them and certguard.com indicated braindump site.  Previously typically only reputable publishers published on amazon .... now here may be a risk people are scanning a few copyright pages/PDF's and rying to make a quick buck.
    https://blogs.oracle.com/certification/entry/cheating_part_7_what_can_you_a indicates you may email [email protected] ( they will not normally reply but i am aware they will take notice.
    You can also get to the same email by Global FAQs ... search 'fraud'
    ( I'm a bit remiss in reporting this myself but only noticed browsing amazon at easter ... and i've been distracted and busy ... ... and that said ocp fraud are already probably already aware.

  • Oracle E-BOOKS

    Where can I buy the cheap oracle e-books in pdf format.

    I feel most of the time oracle documentation is not helpful if you want to learn new technology.Oracle alone does not mean anything. Oracle is several product, more features. The Oracle online documentation is huge, several dozen of thousands pages.
    What product, what features are you interested into ? Just saying all, and all is not reasonnable on the first shot. First you should know what you want, then check the available documents, there are various, including some "quick" doc, on "2 days" for those who want to have a look, to start.
    And to be honest, Orale online docs are good, at least more than enough for who's starting.
    Nicolas.

  • ORACLE 10g BOOKS

    Hi Gurus,
    Kindly suggest me few oracle 10g books.
    Regards,
    Umair

    Umair
    It depends on your level of oracle knowledge, oracle documentation is getting better release by release. With Oracle by Example series it is getting much easier then past to learn new things about oracle. I suggest first oracle documentation and then:
    For general
    Oracle 10g complete reference much much better then last 2 editions.
    and for specific many are out. Tell specific topic, technology or tool then it will be easy to suggest.

  • Recommend Oracle XML Book?

    Can anyone recommend an good Oracle XML book. I've checked out "Oracle XML Applications" by O'Reily and have heard good things about it. But it's 3 1/2 years old and doesn't discuss Oracle 9i features and no mention of XML Schema (didn't exist at that point I guess).
    Thanks for any advice!!!

    Hi,
    Some of the books which provide good information about Oracle and XML (with a small description) are present at the following links:
    1.http://www.xml-book.com/xml-and-oracle-books.html
    'Building Oracle XML Applications' by Steve Muench is a good one
    Huge documentation is present free on OTN at the following link:
    1. http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/nav/docindex.htm#index-XML
    Have a look at them. Various basic to advance samples are also present on OTN on XML at
    1. http://otn.oracle.com/sample_code/tech/xml/xmldb/content.html
    2. http://otn.oracle.com/sample_code/tech/xml/content.html
    Check them.
    Regards,
    Anupama

  • Need Oracle university books

    Hi,
    any one having Oracle Database 10g: Administration Workshop I Release 2 and Oracle Database 10g: Administration Workshop II Release 2 oracle university books.
    i am planning to take oracle 10g OCA certification.
    If any one having please send the documents to [email protected]
    Regards,
    veeresh s

    Providing soft copy violates Oracle copyright and is illegal
    Post your mailing address - perhaps someone will mail them to you.

  • PHP book recommendations

    I'm looking for some PHP books that focus on the more complex
    custom scripting, and maybe even cookbooks.
    I have "the missing manual for dwcs3". great book, but for
    virtual beginners
    I have david powers latest book... really great book.
    look for more brain food.

    > <shameless plug>Of course, the really good
    intermediate book hasn't been
    > published yet. I'm currently working on the penultimate
    chapter of "PHP
    > Object-Oriented Solutions". It's due out on August
    21.</shameless plug>
    AHA - timely and desirable. I'll go for that one! 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "David Powers" <[email protected]> wrote in message
    news:[email protected]...
    > jsteinmann wrote:
    >> I'm looking for some PHP books that focus on the
    more complex custom
    >> scripting, and maybe even cookbooks.
    >
    >> I have david powers latest book... really great
    book.
    >
    > Thanks for the compliment.
    >
    > I hate to say it, but I have yet to find a really good
    intermediate PHP
    > book. There are two cookbooks that I'm aware of: "PHP 5
    Recipes" from
    > Apress, and "PHP Cookbook" from O'Reilly. Both contain
    reliable,
    > well-written code, but I can't say that I pick them up
    very often.
    >
    > The problem with most other intermediate/advanced books
    is that they
    > either tend to assume too much or are riddled with
    coding errors. I
    > recently got a copy of "Pro PHP: Patterns, Frameworks,
    Testing and More"
    > by Kevin McArthur. He's clearly very knowledgeable, and
    there's some
    > excellent stuff in there, if you dig around. But anyone
    attempting to jump
    > into it from one of my books would be totally lost.
    >
    > A book that I'm waiting to get time to read is
    "Practical Web 2.0
    > Applications with PHP" by Quentin Zervaas. I've had it
    sitting on my shelf
    > for a couple of months. It looks excellent, but it's the
    sort of book that
    > you need to sit down and work through. It's not one that
    you can just dip
    > into from time to time.
    >
    > If you're interested in XML, "Pro PHP XML and Web
    Services" by Robert
    > Richards is very good, but it's massive, and you might
    find the theory
    > section at the start a bit too comprehensive.
    >
    > <shameless plug>Of course, the really good
    intermediate book hasn't been
    > published yet. I'm currently working on the penultimate
    chapter of "PHP
    > Object-Oriented Solutions". It's due out on August
    21.</shameless plug>
    >
    > --
    > David Powers, Adobe Community Expert
    > Author, "The Essential Guide to Dreamweaver CS3"
    (friends of ED)
    > Author, "PHP Solutions" (friends of ED)
    >
    http://foundationphp.com/

Maybe you are looking for

  • Solaris Management Console initialization

    Pulling hair out .. please help. i have applied the patches for smc/wbem/viper (i think). I am having a problem starting the SMC server. I finally managed to direct the error output and see this: Starting SMC server version 2.0.0. endpoint created: :

  • I've tried everything but still can not! get rid of Babylon. Has anyone found a long term or permanent solution?

    I've tried everything but still can not! get rid of Babylon. Has anyone found a long term or permanent solution? I've tired uninstalling and reinstalling FF, done the about:config which also hasn't worked. I've deleted everything to go with this stup

  • Error in uploading

    Hi, I am uploading a flat file from excel to SAP table j_2iaccbal. The program is going to the short dump. Pls tell me what is the error. Code: REPORT  ZJ_21ACCBALUPLOAD                       . tables: j_2iaccbal. data: begin of itab occurs 0,      

  • Internet Speed Decrease

    A few days ago, I dropped my MBP off at a Apple store to see why the keyboard and track pad were unresponsive. The genius there told me he would swap out the Airport card and replace it with a new one. Know that before this whole insident occured, my

  • Where to go to get help on getting DSEE installed and running on Redhat?

    Specifically some workable documentation would be a good start