How / from where to start on Solaris Driver developement?

Hi,
'm a User domain developer, want to also learn about driver developement.
Please give me pointers so that I can start with
Thanks,
-Vikrant

First of all you should download the following two documents:
- Writing Device Drivers
- STREAMS Programming Guide
If you want to develop USB drivers you must have USBA 1.0 installed (Solaris 8/9 has 0.8 as default) and additionally download the "USB DDK" from Sun.
A device driver is an object file (created by "ld -r ..."). You cannot decide if you use 32 or 64 bit. On a 64 bit OS you MUST use 64 bit code.
If you use GCC: On Sparc machines 64 bit code is generated using "-m64", not using "-xarch=v9".
The driver must provide three functions: "_init", "_info" and "_fini" (see first document).
There are two types of drivers:
1) Streams drivers (described in the second document) are drivers for stream devices. These are all devices that implement a character stream and can be used with "streamio" ioctls. Examples are: All terminals and serial ports, printer ports, mice, keyboards, ...
These devices communicate with the system calls (e.g. read, write, ioctl) using special data packets. Therefore programming Streams drivers is very different from writing other drivers.
All streams devices are character devices.
You can also write streams modules (see man streamio, I_PUSH). Such modules are "filters" that can modify the data between the device driver and the application.
2) Other drivers. They may be character or block devices. These drivers have different functions for different function calls. Example: The "ioctl" function call will call the function "MyDriver_Ioctl" of your driver.
I think writing a non-streams driver is way more simple than writing a streams driver. I had some system crashes when running instable self-written streams drivers. However some drivers must be streams drivers e.g. if you want to use the device as a terminal device or if you want to push modules using I_PUSH.
Unlike Linux the OS detects the presence of hardware and decides when to load a driver. You create the file /kernel/drv/NameOfYourDriver.conf with driver settings. This file also contains the information that your driver does not require hardware (e.g. ram disks). You must add your driver to the system by typing "add_drv NameOfYourDriver". Use the "-i" option to tell the system which hardware is handled by your driver.
Martin

Similar Messages

  • ONCE I CHAT WITH APPLE EXPERT TO RESOLVE MY PROBLEM BUT NOW I WAS UNABLE TO FIND FROM WHERE TO START CHAT. KINDLY TELL ME HOW I CAN CHAT WITH APPLE EXPERT

    once i chat an apple expert to resolve my issue. but now i am unable to find the place on apple website from where i start chat.kindle tell me from where i can find that chat section..

    This is one route.   Apple - Support - Contact Apple Support    But I am wondering if your previous chat was within the 90 days allowed in the guarantee period ... a different situation entirely to what you now want.   Why not Google Kindle to see if your interests appear there.

  • What to check or can say from where to start?

    Hi Gurus,
    I've a situation, have been given a Dev db, a copy of their current Prod db, kind of a warehouse, not core and now my task is to check this db from all perspective and tell the application what is right or even wrong too.
    Can any one please assist, advice/guide here, how to move about it, kind of struggling.
    From where to start and what to look for, would like to start with parameters and the most important have to implement my suggested solution too on this Dev db and try to convince and coordinate with the Prod dba too, in order to implement there.
    Looking forward for a favorable response, thanks in advance.

    ''intr0uble wrote:''
    I came across information that Firefox has turned off the development for Windows 64-bit.
    That is incorrect. There is a plan to stop producing 64-bit nightly builds, which are tests versions of Firefox.
    You are using the release version of Firefox, which is 32-bit, and will continue working unaffected by the aforementioned change. 32-bit programs work without a hitch under 64-bit Windows. The default Start Menu shortcut for Internet Explorer points to the 32-bit version, and Firefox's main competitor Chrome is also available only in a 32-bit variety.
    Even if you were using the 64-bit test version — and you aren't — the plan is to silently move testers to the 32-bit version, so as long as you have automatic updates enabled, you wouldn't have to do anything.
    Technical details about 64-bit builds can be found below.
    * https://groups.google.com/forum/#!msg/mozilla.dev.planning/EmXonELGjVM/rchkN2iMdL8J

  • From where to start designing logo

    Hello everyone I know how to work with flash and photoshop but I am not sure about the good program to make the logo If I want to learn designing logo professionally from where should I start??????????

    I could not have said it better my self, you always should put alot of thinking, sketching before ever actually going into the program of choice. ( I would always recommend Illustrator to get most or all of the logo done in, espitially if your ever going to use the logo for print! vector is key! )
    - Excellent post!
    Re: from where to start designing logo
    Very good link!
    I
    feel that logo design starts long before any sort of graphics program
    comes into play. It is done with pen and paper, or perhaps a word
    processor, where the concept of the logo should arise from a lot of
    discussion and heavy thought. Many questions should be asked, and then
    answered, before the first designs are even committed to a sketch. A
    logo can convey a lot about a company, and should do so. A lot of
    thinking, mostly in words, is where I would urge anyone to start. Do
    this homework well, and first, and the rest almost becomes mechanical.
    When
    the concepts are nailed down, it's time to begin the actual process.
    The into PS as a rough, is a good one. One can try a lot of treatments,
    to refine the concept. Then, for a usable logo, I feel that AI is the
    next step, as has been stated. From there, one has complete control, and
    depending on the use at that moment, PS can often help with getting
    that AI file into a Raster image. InDesign can also be very useful to
    the implementation of the logo.
    Again, good article, and thanks,
    Hunt

  • From Where to Start  OO-ABAP

    Hi All ,
    Can any one tell me from where to start OO-ABAP .Give me some links so that I can start learning.
    Thanks in Advance

    Hi,
    refer to these links
    abap oops material
    1) http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf -- Page no: 1291
    2) http://esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt
    3) http://esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    4) http://esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf
    5) http://esnips.com/doc/92be4457-1b6e-4061-92e5-8e4b3a6e3239/Object-Oriented-ABAP.ppt
    6) http://esnips.com/doc/448e8302-68b1-4046-9fef-8fa8808caee0/abap-objects-by-helen.pdf
    7) http://esnips.com/doc/39fdc647-1aed-4b40-a476-4d3042b6ec28/class_builder.ppt
    8) http://www.amazon.com/gp/explorer/0201750805/2/ref=pd_lpo_ase/102-9378020-8749710?ie=UTF8
    1) http://www.erpgenie.com/sap/abap/OO/index.htm
    2) http://help.sap.com/saphelp_nw04/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm

  • From where to Start

    Hi all,,I am new learner to ABAP. I want to know from where we need to start ABAP.Becaz as of now I am not following any order.Can anyone tell me the order to follow..
    thanks in advance

    Hi,
    http://cma.zdnet.com/book/abap/index.htm
    Here are the few links which covers topic by topic.
    http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm SAP Online Help For Dictionary.
    http://www.sappoint.com/abap.html
    for SAPscripts
    ABAP objects and control technology
    IDOC
    SapScript
    Performance tuning
    BAPI Programming
    Visual Basic Integration - Using the DCOM Connector and BAPI OCX (Only available in Danish)
    JAVA and the SAP java connector
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    for keywords
    very useful link for all
    http://www.geocities.com/victorav15/sapr3/abapfun.html
    http://www.sapgenie.com/abap/index.htm
    http://www.sap-img.com/abap.htm
    http://www.sapdevelopment.co.uk/tips/tipshome.htm
    http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
    http://sap.ittoolbox.com/nav/t.asp?t=322&p=322&h1=322
    http://sap.ittoolbox.com/nav/t.asp?t=448&p=448&h1=448
    http://www.thespot4sap.com/
    http://www.kabai.com/abaps/q.htm
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapgenie.com/abap/tips_and_tricks.htm
    http://www.sapassist.com/code/d.asp?whichpage=1&pagesize=10&i=10&a=c&o=&t=&q=&qt=
    For FAQ
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://www.sapgenie.com/faq/abap.htm
    Modulepool
    http://sap.mis.cmich.edu/sap-abap/abap09/sld007.htm
    BAPI-step by step
    http://www.sapgenie.com/abap/bapi/example.htm
    Weblog for receive email and processing it through ABAP
    /people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher
    BADI
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    For Logical database
    http://help.sap.com/saphelp_46c/helpdata/en/9f/db9bed35c111d1829f0000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/6a/8b14e2340d11d5b3ba0050dae02d7c/content.htm
    very useful
    http://help.sap.com/saphelp_46c/helpdata/EN/35/2cd77bd7705394e10000009b387c12/frameset.htm
    Useful link to websites
    http://www.hernangn.com.ar/sap.htm
    Useful for background
    http://www.sappoint.com/basis/bckprsng.pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm
    http://publib.boulder.ibm.com/infocenter/wbihelp/index.jsp?topic=/com.ibm.wbix_adapters.doc/doc/mysap4/sap4x41.htm
    Table control in BDC
    http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
    For posting weblog,
    /people/sap.user72/blog/2005/06/28/sdn-weblogs-making-it-easier
    Dynamic Internal table -weblog in sdn
    /people/subramanian.venkateswaran2/blog/2004/11/19/dynamic-internal-table
    Smartforms
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    http://www.allsaplinks.com/smartform_example.html
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    Workflow
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4b7eb453d11d189430000e829fbbd/frameset.htm
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    ALV
    http://www.geocities.com/mpioud/Abap_programs.html
    http://72.14.203.104/search?q=cache:NjFXTBr5lX8J:www.sap-img.com/abap/an-interactive-alv-report.htmALVInteractivereportsABAP&hl=en&gl=in&ct=clnk&cd=5
    Mail
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm(for changing sender address)
    http://www.sap-img.com/fu016.htm
    http://www.geocities.com/mpioud/Z_EMAIL_ABAP_REPORT.html
    http://www.thespot4sap.com/Articles/SAP_Mail_SO_Object_Send.asp
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    Sending mail in background or spool mail
    http://www.sap-basis-abap.com/sapac018.htm
    BOM Explosion
    /people/prakash.singh4/blog/2005/05/15/explode-boms-in-enterprise-portal-using-htmlb-tree--part-1-abap
    BOM
    http://help.sap.com/saphelp_erp2005/helpdata/en/ea/e9b7234c7211d189520000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/2e4114a61711d2b423006094b9d648/frameset.htm
    http://www.sap-img.com/sap-sd/sales-bom-implementation.htm
    http://www.sap-basis-abap.com/sappp007.htm
    OLE
    http://www.sapgenie.com/abap/ole.htm
    http://help.sap.com/saphelp_46c/helpdata/en/59/ae3f2e488f11d189490000e829fbbd/frameset.htm
    ALVGRID with refresh
    http://www.geocities.com/mpioud/Z_DEMO_ALV_REFRESH_BUTTON.html
    For language setting and decimal separator
    /people/horst.keller/blog/2004/11/16/abap-geek-7-150-babylonian-confusion
    Oracle queries
    http://sqlzoo.net/
    To format SQL
    http://www.sqlinform.com/
    SCOT settings
    http://www.sap-img.com/basis/basis-faq.htm
    Status Icon [ALV,Table Control,Tab Strip]
    http://www.sapdesignguild.org/resources/MiniSG-old/from_develop/norm_status_icons.htm#positioning_4
    ALV Group Heading
    http://www.sap-img.com/fu037.htm
    For multiMedia
    /people/thomas.jung3/blog/2005/05/11/using-classic-activex-controls-in-the-abap-control-framework
    Uploading LOGO in SAP
    http://www.sap-img.com/ts001.htm
    LSMW
    http://www.sap-img.com/sap-data-migration.htm
    http://www.sapgenie.com/saptech/lsmw.htm
    http://www.allsaplinks.com/lsmw.html
    http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
    http://www.sap.info/public/INT/int/glossary/int/glossaryletter/Word-17643ed1d6d658821_glossary/L#Word-17643ed1d6d658821_glossary
    http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
    OOPS ALV
    OOPS - Events.
    Editable ALV
    Tree
    TabStrip
    Multigrid
    Check this for basic concepts of OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/abap%20objects/abap%20code%20sample%20to%20learn%20basic%20concept%20of%20object-oriented%20programming.doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20display%20data%20in%20alv%20grid%20using%20object%20oriented%20programming.doc
    Tabstrip
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20for%20tab%20strip%20in%20alv.pdf
    Editable ALV
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20edit%20alv%20grid.doc
    Tree
    http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_usrint.htm
    General Tutorial for OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an%20easy%20reference%20for%20alv%20grid%20control.pdf
    Function Module
    http://www.geocities.com/victorav15/sapr3/abapfun.html
    My Links
    Smartforms
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287(subroutine)
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
    Table Control
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap-code-samples/table%20control%20in%20abap.pdf
    HRABAP
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf
    http://www.atomhr.com/training/Technical_Topics_in_HR.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    you can see some Standard Program examples in this one..
    http://www.sapdevelopment.co.uk/programs/programshr.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification
    These are the FAQ's that might helps you
    http://www.sap-img.com/human/hr-faq.htm
    http://www.sapgenie.com/faq/hr.htm
    RFC
    http://johnv.sapgenie.com/docs/RFC.pdf
    http://zerone.samcheok.ac.kr/Asp_pr/Language/.%5Cuploadfile%5CJCo%20Tutorial-1.pdf
    http://www.sapgenie.com/sapgenie/docs/SAP%20Connectors.doc
    BADI
    http://esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://esnips.com/doc/365d4c4d-9fcb-4189-85fd-866b7bf25257/customer-exits--badi.zip
    http://esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    Regards,
    Laxmi.
    Edited by: Laxmi on Mar 14, 2008 6:24 PM

  • Hello every one... from where to start abap.

    dear all
                   i come to know that there is a minisap by which we can know about...
         from where i can get this free download how to instal mnisap & work as beginner in abap.... pls do reply me soon i am eagerly waithin for u r suggestion.........

    Welcome to SCN
    Please check this link
    https://www.sdn.sap.com/irj/scn/nw-downloads

  • Exam 1Z0-007: From where to start?

    Dear All!
    I am new to oracle. I know a little bit about SQL ( Its basic syntax). Now I want to move on to the certification track.( OCA => OCP ). There first, I will have to pass the exam 1Z0-007 ( If I am not mistaken). I want to prepare myself for the said exam. Will any one of you will guide me that from where should I start? I mean, which book, which study material, links etc. As I am new to your community and this is my first message. Kindly accept my apologies If I have done any mistake.
    Thanks & Regards
    Fakhar ul Hassan

    user11937161 wrote:
    Dear All!
    I am new to oracle. I know a little bit about SQL ( Its basic syntax). Now I want to move on to the certification track.( OCA => OCP ). There first, I will have to pass the exam 1Z0-007 ( If I am not mistaken). I want to prepare myself for the said exam. Will any one of you will guide me that from where should I start? I mean, which book, which study material, links etc. As I am new to your community and this is my first message. Kindly accept my apologies If I have done any mistake.
    Thanks & Regards
    Fakhar ul HassanHi Fakhar and welcome to forum
    You can search for this exam in this forum and find many useful links and suggestions
    I'd suggest you to read [OCA/OCP: Introduction to Oracle9i SQL Study Guide: Exam 1Z0-007|http://www.sybex.com/WileyCDA/SybexTitle/OCA-OCP-Introduction-to-Oracle9i-SQL-Study-Guide-Exam-1Z0-007.productCd-0782140629.html] It's wonderful book and it has helped me a lot to pass this exam
    Moreover, you should attent an Oracle University and read some SQL docs from http://tahiti.oracle.com
    Good Luck!

  • From where to start studing Soap

    Hello Everybody
    I have to study soap as an aid to send messages between .net clients and java server and I am starting sopa from scratch.
    From where I should Start.
    Plz guide me.
    Thanks

    There is a very informative pdf file at the following link:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=5fba8e7a-b896-4e5f-b3c0-fcf7ff1b9d29&DisplayLang=en
    The topic is about Application Interoperability: .NET and J2EE.
    Some more basic stuff is available at the following links:
    http://java.sun.com/webservices/docs/1.6/tutorial/doc/
    http://www.w3schools.com/webservices/default.asp
    http://www.w3schools.com/soap/default.asp
    regards

  • From where to start android programming ?

    the question pretty much explains it. i have almost completed java programming. i have completed half of java essential classes from oracle java tutorials but what i mean is which ide should i download and from where should i learn it. for java programming i have been using netbeans and i think it also supports android programming. any suggestions would be appreciated.

    I would start from here: https://developer.android.com/training/index.html
    This is where I started 2-3 years ago, when Eclipse was the preferred (only?) IDE.
    I have no idea if they still base the tutorials on Eclipse only, but if it is so, I would not mind learning another IDE for the sake of learning Android programming.
    Advice: do not get too deep into Java GUI programming, because Android does not use AWT/Swing. Most of the rest of your Java background will be very useful.

  • October 2008: How and where to start developing for portable device

    Okay people. Seriously where the heck do i get started here?
    I downloaded
    - JEdit to use as the editor
    - Tomcat 6 for the web server
    - Suns Java Wireless Toolkit 2.5.2 for CLDC
    But, I can not find a single tutorial that actually functions and is not riddled with errors.
    Can someone please post URLs to something that they have actually used and not just oh here is a tutorial i saw.
    [Sun Mobile Forum Cross Post|http://forums.sun.com/thread.jspa?threadID=5338065&tstart=0]
    Thanks.

    I dont know how this may seem, but I think there is a difference between developing for portable device and developing for the MIDP devices.
    All the tutorials I could lay my hands on are talking about the MIDP profile as well and I have found one on say Personal Profile or others.
    Can anyone clear me on this issue?
    Regards

  • How/from where do I download SendKey.ll​b

    I'm fairly new to LV.  I've been tasked to rebuild this LV app that has many, many files including subvi's and libraries.  I did not have a lot of the instrument drivers and libraries but I've manage to obtain most of them from the web or the ni website except for "SendKey.llb".  This seems to be the only thing I'm missing to build the application.  From other forum postings I read about the Open G site.  I downloaded the VIPM from that site but none of the packages seem to have this llb file.  Can anyone help?  By the way how reliable are these Open G packages/files? 

    Hello,
    Where did you hear about the library "SendKey.llb"? What version of LabVIEW are you using?
    Regards,
    Juan Galindo
    Juan Galindo
    Applications Engineer
    National Instruments

  • I am new in portal development . From where to start

    Hello !
    I am new in portal development .
    i have installed 8i db on Linux and 9iAS on win2k . Now i want
    to start developent through oracle portal .
    For that purpose i have downloaded PDK .
    Now what to do .
    I am still unable to find the platform where i have to start
    development .
    Can somebody tell me which steps are required to start
    development.
    i am more interested doing development in pl/sql.
    Where i have to type the code .
    Where i have to execute it.
    Where and how to run it.
    Can somebody tell me with small example .
    Regards

    Seemab,
    I feel your pain. After having been at this for a couple of
    months, here's what I have to offer you.
    0) Watch every single one of the portal tutorials on this
    website. They are little movies and slide shows with tutorials
    and actual application walkthroughs that were EXTREMELY HELPFUL
    to me and my team in the absence of formalized training. They
    were really great.
    1) Take a few days and read every single white paper that you
    can about Oracle 9iAS Portal and its architecture.
    2) Use the portal interface to create groups and users.
    3) Experiment with as many aspects of the portal interface that
    you can. This will help you see the strengths and limitations
    of portal, and where you may need to focus your development
    effort.
    4) Create database objects like tables by using the portal
    interface. Create an LOV off of one of the tables, and use it
    in a form. This is all just general stuff that helped
    familiarize me with portal.
    5) Publish different kinds of documents to the portal.
    6) Create a PL/SQL item in a portal. Educate yourself on the
    HTP and HTF procedures and functions to print things to the
    screen dynamically.
    7) Most important of all, download as many pieces of sample
    code as you can and install it to portal. On this website you
    will find numerous instances of sample portlets and
    applications. You will learn what it takes to install Java-
    based providers, servlets, and others.
    8) Using a good PL/SQL tool like SQL*Navigator or TOAD, browse
    your way through the PORTAL30 data dictionary, going through all
    of the tables and especially the packages. This will help you
    learn where you need to write code to interact with the
    underlying objects in Portal.
    I'm sorry I can't be more specific than that, but you can really
    be on your way to becoming a well-rounded portal developer by
    experimenting with these things that I have listed.
    Good luck!
    Sincerely,
    Adrian Klingel
    Exaweb

  • To prepare VAT Register -India Localization , how / from where to pull data

    A VAT Register report is required as featured below with the selection criteria/parameters and column names.
    1.     Output VAT Register Report Detailed with From Date and To Date Selection Range
    Document Number     Document Date     Customer Name     Customer VAT Reg No     Base Document Total     Vat Amount     Vat Rate     Gross Total
    Which table (s) has / have the VAT information stored under India localization - 2007B running on MSSQL 2005.
    Thank you

    HI Joy,
    We are using this SP as Purchase Register to get the details of not only vat, but BED, Ecess, Cess and Cst. I have called this SP in SAP through Biz-reporter add on.
    Create PROC [dbo].[PurchaseRegister1]
      @DATEFROM  datetime,
      @DATETO    datetime
    AS
    SELECT DISTINCT T0.DOCENTRY, T0.[DOCNUM], T1.[DSCRIPTION],T1.[ITEMCODE],
    CONVERT(VARCHAR(10), T0.[DOCDATE], 3) AS DOCDATE , T1.[QUANTITY], T1.[PRICE], T1.[TAXCODE], T1.[VATSUM],
    ( T1.LINETOTAL +T1.[VATSUM]) AS 'ROW TOTAL', (  T1.LINETOTAL) AS 'BASIC' , T0.[CARDCODE] AS 'VENDOR CODE',
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=-90 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM )BED,
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=-60 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM )CESS,
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=8 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM)HCESS,
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=4 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM)CST,
    (SELECT DISTINCT ISNULL(SUM(PCH4.TAXSUM),0) FROM PCH4 WHERE PCH4.STATYPE=1 AND PCH4.DOCENTRY=T0.DOCENTRY AND PCH4.LINENUM = T1.LINENUM)VAT,(SELECT DISTINCT ISNULL(TAXID11,0) FROM CRD7  WHERE CRD7.CARDCODE =T0.CARDCODE AND TAXID11 IS NOT NULL)  AS TINNO,DISCSUM,
    T0.[CARDNAME] AS 'VENDOR NAME' , T0.[COMMENTS] FROM OPCH T0
    INNER JOIN PCH1 T1 ON T0.DOCENTRY = T1.DOCENTRY
    --INNER JOIN OITM T2 ON T1.ITEMCODE = T2.ITEMCODE
    INNER JOIN PCH4 T3 ON T1.DOCENTRY =T3.DOCENTRY AND T1.LINENUM=T3.LINENUM
    INNER JOIN CRD7 T4 ON T0.CARDCODE = T4.CARDCODE
    WHERE   (T0.Docdate>=@DATEFROM AND T0.Docdate <=@DATETO)
    You can check the statype of the tax types in the OSTT table.
    Hope this helps.
    Thanks,
    Joseph

  • Need advice/suggestions on HOW and WHERE to START learning JAVA Prog.

    Hello
    MY educational background is Bachleor in Computer Science and Engg. (BE). I just landed in US and need to learn Basic JAVA programming , fundamentals, concepts of swing, JSP, JDBC connectivity............it might sound wierd seeing the above list but all i need to do at my work in future is all about DOCUMENTUM and i have very little time say 40 days to learn core java and its concepts coz that wuld come to play when i work on documentum.......even if come across something which i havent learnt in java, i guess i culd manage looking up some reference books, learn and do the job.....so can someone guide me thru the learning process of core java........i have been using " JAVA 2 Fundamentals Cay S Horstmann and Gary Cornell" and the basic tutorials which is available at sun.com but i am finding difficulty in remembering the concepts although i have understood it earlier. Is there a comprehensive online tutorial which can guide me through the learning process of core java?
    The resources available :
    P4 HP laptop
    24/7 High speed LAN
    the book i have mentioned earlier.
    just cant wait to start learning java
    Thanks

    Hello
    MY educational background is Bachleor in Computer
    Science and Engg. (BE). I just landed in US and need
    to learn Basic JAVA programming , fundamentals,
    concepts of swing, JSP, JDBC
    connectivity............it might sound wierd seeing
    the above list but all i need to do at my work in
    future is all about DOCUMENTUM and i have very
    little time say 40 days to learn core java and its
    concepts coz that wuld come to play when i work on
    documentum.......even if come across something which
    i havent learnt in java, i guess i culd manage
    looking up some reference books, learn and do the
    job.....so can someone guide me thru the learning
    process of core java........i have been using " JAVA
    2 Fundamentals Cay S Horstmann and Gary Cornell" and
    the basic tutorials which is available at sun.com but
    i am finding difficulty in remembering the concepts
    although i have understood it earlier. Is there a
    comprehensive online tutorial which can guide me
    through the learning process of core java?
    The resources available :
    P4 HP laptop
    24/7 High speed LAN
    the book i have mentioned earlier.
    just cant wait to start learning java
    ThanksOk, I haven't been much help here lately, but I'd like to help here if I can. In my opinion, you're talking about Advanced Java topics here. You are basically asking to run before you walk.
    Can you compile and run a simple 'Hello World' program in Java?
    I've always found that a positive way to start.

Maybe you are looking for

  • Turnoff a virtual server using PowerShell

    Hi I have a Server 2012 with Hyper-V on it. I need to shutdown all machines but an ORDERLY shutdown, not just turnoff. the host is not a member of the domain but of a workgroup, all VM are Domain members... Does anyone have an example script to give

  • HOW DO YOU REMOVE THE iOS 6 UPDATE?

    I absolutley hate it and I really want the old one back.

  • My comp model is pavilion dv3 - 4150st. The sound is stucking a few seconds then it continues.

    I bought my pc last month. But in a five day, I realised a problem in the sound. When I am listening to music or watcihing a video, the sound is stucking a few seconds then it is going on. I define the problem as a splutter or a noise at the same tim

  • Service Provider Distinctive Ring Call Routing

    I have the situation where I want to replace an old key switch with a UC500. The only outstanding issue I have is an inbound ring feature enabled by the provider. The way it works is the customer has 2 phone lines that are members of a service provid

  • Password fields query

    I want to put a password field on my index page at my website. I see how DW can create a password field in a text box, but I don't see how one would specifiy what the password should be and how the visitor would have to match it. Is anyone familiar w