What is the right way to compare, synonym, trigger and the Type using DBMS_METADATA_DIFF?

I use this "Select dbms_metadata_diff.compare_alter('TABLE','COMP1','COMP2') from double;" compare two tables and see the result as below, but when I use "Select dbms_metadata_diff.compare_alter ('VIEW ',' VIEW_NAME1, 'VIEW_NAME2',"USER1","User2") double" to compare my opinion I do not see the result as below? But the query runs without error...! I want to compare, synonym, trigger and the Type. Thank you!

Result:

ALTER TABLE "USER1". "" ADD TBL_A "("FIELD_A6"NUMBER (2.0) NOT NULL ACTIVATE)

ALTER TABLE "USER1". "" TBL_A "DROP ("FIELD_A3")

ALTER TABLE "USER1". "" CHANGE TBL_A ' ("FIELD_A2' VARCHAR2 (20))

ALTER TABLE "USER1". "" CHANGE TBL_A "("FIELD_A4"NUMBER (5.2))

ALTER TABLE "USER1". "" CHANGE TBL_A ' ('FIELD_A4' ACTIVATE NOT NULL)

ALTER TABLE "USER1". "" CHANGE TBL_A ' ('FIELD_A5' NULL)

USER1:

create table TBL_A (FIELD_A1 number not null,

FIELD_A2 varchar2 (50).

Date of FIELD_A3,

FIELD_A4 number (5.2) default 0,

FIELD_A5 varchar2 (10) not null

);

CREATE VIEW view_TBL_A AS

SELECT FIELD_A1, FIELD_A2

OF TBL_A

WHERE FIELD_A1 = 114

USER 2:

create table TBL_A (FIELD_A1 number not null,

FIELD_A2 varchar2 (20).

FIELD_A4 number (5.2) not null,

FIELD_A5 varchar2 (10),

FIELD_A6 number (2) not null

);

CREATE VIEW view_TBL_A AS

SELECT FIELD_A1, FIELD_A2

OF TBL_A

WHERE FIELD_A1 = 111;

When I use "select dbms_metadata_diff.compare_alter ('VIEW ',' VIEW_NAME1, 'VIEW_NAME2',"USER1","User2") of the double ' compare my opinion I do not see the result as below?

Isn't that strange? Even abroad-, we see NO results at all. Maybe because you don't post it to watch us.

For an example of how to use the DBMS_METADATA_DIFF package to compare objects, see database utilities

http://docs.Oracle.com/CD/E11882_01/server.112/e22490/metadata_api.htm#BABIDHGE

Tags: Database

Similar Questions

  • I just bought an Acer Chromebook OS CB3-111 a few days ago. What are the common uses two USB

    I just bought an Acer Chromebook OS CB3-111 less than a week ago. What are the common uses of the two USB ports and the port of SD memory card?  Thank you for your comments!

    I have a bunch of books (epub and pdf) on my SD card right now, I also have music and I expect that I could put videos on it as well. I don't expect to be able to develop applications or to store their internal data on it.

  • ThinkPad E420 - what is the type of this laptop SATA interface? Is this 2 SATA or SATA 3?

    Dear all,

    What is the type of interface SATA of ThinkPad E420? Is this 3 SATA or SATA 2?

    I noticed that this laptop hard drive transfer rate is 3 Gb/s, which means that it is a SATA 2 HARD drive, isn't it? It also means that the laptop SATA interface is SATA 2?

    I tried searching the support site and product from lenovo for this information, but I can't.

    Thanks in advance.

    Best regards

    Haris

    You're right, the E420 is SATA2.

    SATA3 is very rare in the laptops!

  • What systems the Pros use for the first, After Effects and SpeedGrade?

    I bought the complete creative cloud in the hope of a career for me in editing audio/visual. The problem is my system doesn't seem to be able to manage the software, especially when changing back and forth between the three programs mentioned above. In addition, my first project cannot export correctly. In addition, throughout its development the offbeat bad system. And that's after following all of the recommendations of preferences available under tutorials Adobe and elsewhere on the Web.

    Here is my system:

    SYX-P67A-C43: Intel Core i7 2600 (a unit of 8 strands) to 3.4 GHz with 8 GB of RAM (which will be soon 16) with a NVidia GTX 550 card, 1Gig of RAM.

    As you can see, it's well beyond what Adobe claims to be the minimum requirements. It is obviously NOT the case.

    What systems the Pros use (like the guys in the tutorials) for the first, After Effects and SpeedGrade? Give me accurate machines with all the specs so I can a price upward.

    Right now X 99 with DDR4 gives best performance for media applications of particular content with GPU acceleration. I suggest an I7 5960 X, 32 GB of DDR4 2666, 980GTX video card and Asus X 99 board with storage depends on the media. Far, who will perform the 2600 is old of 2 generations at this stage, which is only a Quad core with HT. The same X 99 tips can also manage the Xeons V3 if you upgrade the processor in the future for a larger load in real-time.

    Eric

    ADK

  • What is the type of list in process management

    Hello

    I tried to develop a component and have deployed on the server, there is an operation it go / return a value of java.lang.List, now I drag an activity and set the activity using the component, and I define a variable list to save the output from the component, but it reported the error:

    java.lang.ClassNotFoundException: WorkManager 2-16Class java.lang.List of the java.lang package name not found.
    at com.adobe.idp.dsc.DSContainerSearchPolicy.searchClassUsingParentFirst (DSContainerSearchPo licy.java:245)
    at com.adobe.idp.dsc.DSContainerSearchPolicy.findClass(DSContainerSearchPolicy.java:198)
    at org.ungoverned.moduleloader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
    at java.lang.ClassLoader.loadClass (unknown Source)
    at java.lang.ClassLoader.loadClassInternal (unknown Source)
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName (unknown Source)
    at com.adobe.idp.dsc.util.ClassHelper.forName(ClassHelper.java:529)
    at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:822)
    at com.adobe.workflow.engine.SynchronousBranch.handleInvokeAction (SynchronousBranch.java:510)
    at com.adobe.workflow.engine.SynchronousBranch.execute(SynchronousBranch.java:888)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction (ProcessEngineBMTBea n.java:2792)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncInvokeProcessCommand (ProcessEngineBMT Bean.java:697)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    to org.jboss.ejb.StatelessSessionContainer$ ContainerInterceptor.invoke (StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke (CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext (AbstractTxInterceptorBMT.java:1, 73)
    at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke (StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke (ProxyFactoryFinderInterceptor. java: 138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    to $Proxy251.asyncInvokeProcessCommand (Unknown Source)
    at com.adobe.idp.workflow.dsc.service.ProcessCommandExecutorService.invokeProcess (ProcessCom mandExecutorService.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke (DefaultPOJOInvokerImpl.jav one: 118)
    at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:154)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept (InvocationInterceptor. java: 140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept (DocumentPassi vationInterceptor.java:53)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)

    to com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$ 1.doInTransaction (Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute (EjbTr ansactionCMTAdapterBean.java:357)
    to com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports (Ej bTransactionCMTAdapterBean.java:227)
    at sun.reflect.GeneratedMethodAccessor462.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    to org.jboss.ejb.StatelessSessionContainer$ ContainerInterceptor.invoke (StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke (CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke (StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke (ProxyFactoryFinderInterceptor. java: 138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    to $Proxy217.doSupports (Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute (EjbTransactionProvi der.java:104)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept (TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept (InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept (InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept (AuthorizationInterc eptor.java:165)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed (RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    to com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage (AbstractMessage Receiver.java:93)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend (VMMessageDispatcher.java:20 9)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send (AbstractMessageDispat dear .java: 66)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.workflow.engine.PEInvokeProcessCommand.execute(PEInvokeProcessCommand.java:126)
    at com.adobe.workflow.workadapter.WorkflowCommandExecutionUnit.execute (WorkflowCommandExecut ionUnit.java:22)
    at com.adobe.idp.dsc.workmanager.adapter.ManagedAsynchronousWorkAdapter.run (ManagedAsynchron ousWorkAdapter.java:70)
    at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
    at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
    to EDU.oswego.cs.dl.util.concurrent.PooledExecutor$ Worker.run (PooledExecutor.java:743)
    at java.lang.Thread.run (unknown Source)

    It seems that the list type is not the same thing as the java.lang.List. What is the type of list on Earth? What type can I set the output of the java.lang.List result? Are there any useful document on the types between Java and process management? Description too little on the list in the manual (lcwb_95_help.pdf)

    Thank you very much!

    Here's the component.xml

    "< item xmlns ="http://adobe.com/idp/dsc/component/document">."
    com.zony.livecycle.usermanagement.provider.ZONYUserManager <-l'id of the component > < / id of the component >
    < version > 1.0 < / version >
    > class bootstrap < com.zony.livecycle.usermanagement.BootstrapImpl < / bootstrap-class >
    com.zony.livecycle.usermanagement.LifeCycleImpl < of the cycle of life-class > < / cycle of life-class >
    > class descriptor < com.adobe.idp.dsc.component.impl.DefaultPOJODescriptorImpl < / descriptor-class >
    PARENT_FIRST <-l' the search order > < / search order >
    > < class path < / class-path >
    < dynamic-import-package >
    < package version = "1.0" isOptional = "true" > * < / packages >
    < / dynamic-import-package >
    < services >
    < service name = "ZONYUserManageService" >
    com.zony.livecycle.usermanagement.provider.impl.ZONYUserManagerImpl <-implementation class > < / implementation class >
    < specifications >
    < spec-id="com.zony.livecycle.usermanagement.provider.ZONYUserManager"/ specification >
    < / specifications >
    <! - the URL that will be considered as the LC Server - >
    < name of the parameter-config = "serviceURL" title = "URL of LiveCycle ES de" type = "java.lang.String" >
    < default > JNP://localhost:1099 < / default >
    < / parameter of config >
    < name of the parameter-config = "userid" title = "Log in user ID" type = "java.lang.String" >
    < Tip > enter the user id who can call livecycle service < / index >
    Administrator < default > < / default >
    < / parameter of config >
    < name of the parameter-config = "userPassword" title = "User password" type = "java.lang.String" >
    < editor-id="com.adobe.idp.dsc.propertyeditor.system.PasswordPropertyEditorComponent"/ property editor >
    < Tip > enter the password for the user id < / index >
    < default > password < / default >
    < / parameter of config >

    <>operations
    < name of operation = method of "Search for users in groups members" = "searchUserMembers" >
    <! - as an additional way to find groups by group id - >
    < name of the input parameter = "domain name" type = "java.lang.String" / > "
    < name of the input parameter = 'list' type group = "java.lang.List" / > "
    < name of the output parameter = "userList" type="java.util.List"/ >
    < / operation >
    < name of operation = method "Groups members of the research group" = "searchGroupMembers" >
    < name of the input parameter = 'domain name' type="java.lang.Strng"/ >
    < name of the input parameter = 'list' type group = "java.lang.List" / > "
    < name of the output parameter = type="java.util.List"/ "groupMemberList" >
    < / operation >
    < / operations >
    < / service >
    < / services >
    < / component >

    We use java.util.List.

    I see that your input parameter is refereing to java.lang.List.

    Jasmine

  • What are the applications used in the IPAD pro video experience

    What are the applications used in the video to experience pro IPAD?

    Do not know exactly what video you want to say, but this site Web lists all the applications one by one.

    http://www.Apple.com/iPad-Pro/experience/

  • What are the ports used by the Cisco VPN Client?

    Hello

    I need to open my outgoing traffic on my firewall to allow two interns (LAN) Cisco VPN Client to connect to their Internet virtual private network.

    I already opened the port 500/UDP, but they are not able to connect. If I open all outgoing ports, they can connect.

    What are the ports used by the Cisco VPN Client?

    Thank you

    You need to open:

    UDP 500

    ESP protocol

    You must also open the UDP 4500 port (if using NAT - T).

    In addition, if the clients are connecting to a VPN 3000 Concentrator series and it is configured for all other options of NAT-transparency, corresponding ports must be open. By default:

    1. If using IPSec over TCP 10000, then open TCP 10000.

    2. If using IPSec over UDP 10000, open UDP 1000.

  • Adobe tell me the necessary minimum spec but I'd like know what is the Maximum useful specification.

    I need new computers. Adobe tell me the necessary minimum spec but I want know what is the Maximum useful spec. (such as if I bought a higher spec it Wouln't improve the perfomance and Id waste my money.)

    I'm a keen photograper who likes to do some Compostes and video DSLR (Nikon D4) I used Lightroom, Photoshop + first elements for 10 years

    I probably need a desktop computer with laptop / notebook for travel

    I'm currntly using Windows and with screen 10 bits of Eizo CG 246

    What are the points of view out there?

    Thank you

    James Hogg

    For Premiere Elements, ask http://forums.adobe.com/community/premiere_elements/content

    I use Premiere Pro, which has higher requirements, but some GENERAL comments about video editing...

    On my personal page at Adobe Notes

  • How to know what are the patterns use in our db instance.

    Hi all

    Can someone tell me please... How we come to know, what are the patterns use in our database instance.
    means in our database, we have 10 users... out of 10 users, how many users is saved in.

    Thanks in advance,
    Sanjeev.

    user13483989 wrote:
    Hi all

    Can someone tell me please... How we come to know, what are the patterns use in our database instance.
    means in our database, we have 10 users... out of 10 users, how many users is saved in.

    Thanks in advance,
    Sanjeev.

    Select distinct username in the version of v$.

  • What are the common use cfloop?

    Hello
    so far, my tasks are really minor programming.
    HTML reports.


    I reasearched kinda littl on cfloops.

    How can I use < cfloop > in a program.
    What are the common use of this?
    How can I use it in my reports?
    How can I use it outside my reports?
    do you have examples of code for me to see or compile in my home dev?

    Thank you

    I think you should go through this link first before you start<>
    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/help.HTML?content=Tags_j-l_10.html

    Thank you

  • What are the types of signatures? PDF 1.7 reference indicates that he there 3 of them but everywhere else, there are only 2. Where the signature of rights use has disappeared?

    Reference (http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/PDF32000_2008.pdf) PDF said there are 3 types of signatures:

    -approval signature

    -signature certification

    -signature of use rights

    But anywhere else, I can find only the first 2 types. Could someone tell me why, please? I am writing thesis on PDF security mechanisms.

    Thank you.

    The actual use of the "usage rights" depends on the application

    Usage rights is also known in Acrobat UI as 'compatible drive '. There is an option to save as to save a PDF file as a compatible reader. It's then Acrobat adds a signature of usage rights to the PDF format. Other PDF processing applications can use it for what they want.

  • How to check what are the objects using this public synonym?

    Hi Experts

    Currently, I have a public synonym, WORK that is created for WORK table in the schema of the BRAND: "synonym PUBLIC EMPLOYMENT BRAND. JOB. "
    SELECT THIS OPTION. WORK is granted to the TOM_UPDATE (a role): GRANT SELECT ON MARK. JOBS AT TOM_UPDATE;

    I am using TOAD 9.6.1.1 and I wanted to drop the public synonym but I am not able to see that another object in the database uses this public synonym, JOB.

    Help, please.

    moslee wrote:
    Hi Experts

    Currently, I have a public synonym, WORK that is created for WORK table in the schema of the BRAND: "synonym PUBLIC EMPLOYMENT BRAND. JOB. "
    SELECT THIS OPTION. WORK is granted to the TOM_UPDATE (a role): GRANT SELECT ON MARK. JOBS AT TOM_UPDATE;

    I am using TOAD 9.6.1.1 and I wanted to drop the public synonym but
    I am not able to see that another object in the database uses this public synonym, JOB.

    The objects are not "use the synonym".
    The code use synonym to access object.

    use grep allows you to browse the source code that resides in your repository

  • What is the technology used for the integration of java with Flex application?

    How we integrate java into a Flex application or how to build flex applications that use Java as a backend?

    BlazeDs is currently used in businesses to serve the above purpose?

    Or is there a better technology that is used in businesses for the integration of Java with Flex application?

    What is the latest version of BlazeDs?

    Also, please give me a few important article links which shows a sample application in Flex using Java development as a backend.

    Thank you in advance.

    BlazeDS is the way to go. Just google BlazeDS and you will find many examples of link Java to Flex via Remoting and BlazeDS.

  • What is the problem using Throwable in production code

    Hello

    I read everywhere that you use Throwable to print the call stack when debugging. Now, my question is what is the problem if I use throwable in my production code as well? What is a drawback with Throwable?

    I like it! It gives me an error message and the name of class. It will be a nightmare for me to catch possible exceptions in my method.

    Another question, if Throwable is not good for production code, how do I change my code of Throwable individual exceptions when passing code debugging in production?

    Any advice will be highly appreciated.

    Thank you very much

    Nitin

    no problem in usage, but the expected exceptions should be taken by the defined catches.

  • What is the best use of color as a base color before colorization?

    Hi people,

    I used the color tutorial to recolor the car from green to gold...  Or gold to green...  And I can't change the colors of the images using this method...

    I'm working on a product that comes in different colors - Let's say that brushes.  I would like to actually spray paint a broom handle and then photograph it.  Then I'll do 10 ten copies of the original image and change the color of each image.  Lets say, I want to show the brushes in white, silver, gray, red, blue, green, black, and so on...  As Republic bike | Build custom Aristote fixed gear bike | built by us and you

    My question: what is the best color for me paint my broom handle to make easy colorize?

    Thank you

    I'd go with 50% gray.  The following illustration shows a black and white gradient, with a cut H/S color adjustment layer, as well as the bottom half hidden by the layer mask.  White is the worst possible color.  You can colorize black full by adjusting the brightness slider in the H/S layer.

Maybe you are looking for

  • Satellite T110-107 - Touchpad / mouse problem

    Just had delivery of a new Tosh T110-107, I have to say is beautiful, however a problem. A startup the touchpad works ok, but as soon as I plug the mouse USB may not work - what makes the system unusable until I disconnects me restart and the mouse.

  • Error message when you play videos with Silverlight

    I get the message below from watching movies on my PC. Someone knows how to fix this? silverlight:iexplore.exe - Microsoft application error The instruction at 0x77a73ea0 referenced memory at 0 x 00000014. The memory could not be written. Click on OK

  • Vista loading screen hangs at startup

    I have a laptop Everex XT5000T with Windows Vista Home Premium (AMD Turion64, nVidia GeForce 7600 Go, 2 GB of RAM, etc.).  Most recently, without any hardware or software changes which I think (I installed MapleStory on... but I don't think that's th

  • Error 0x800106ba and 0x800705b4 two codes

    I do not have a ' care', I read the related post about windows defender. However, I have installed Microsoft Security databases. Is also a program that could disable windows defender, because it is a free antivirus offered by microsoft. Any comments

  • Photosmart HP 6510 while printing problem a B211a printer

    I have HP photosmart 6510 while 1printer-B211a. It goes through all the movements of printing or copying, but the page is empty. That's what I tried to do to fix this problem: I installed the new black cartridge on printer according to the instructio